Commit Graph

252 Commits

Author SHA1 Message Date
James Cherti
e2464c646b Remove parameters that are already set to their default value 2026-03-13 15:15:04 -04:00
James Cherti
1c6c0bd25b Make auto-revert prompt the user 2026-03-13 14:54:57 -04:00
James Cherti
6318555b3f Update README.md 2026-03-13 14:10:19 -04:00
James Cherti
683803e8ad Add auto-save-file-name-transforms and create the auto-save-list-file-prefix dir 2026-03-13 12:17:48 -04:00
James Cherti
e5eaabadb7 Update CLI settings, auto-save, and backup 2026-03-13 11:07:39 -04:00
James Cherti
85b5d54b38 Release: 1.4.0 2026-03-13 08:42:32 -04:00
James Cherti
d6e6c917e1 Refresh packages the first time Emacs is executed 2026-03-13 00:00:22 -04:00
James Cherti
5b1e7ee1ba Refresh packages the first time Emacs is executed 2026-03-12 23:59:21 -04:00
James Cherti
41424f2ece Add vars to disable loading pre/post early-init/init files 2026-03-07 18:28:44 -05:00
James Cherti
9ea9d4eb51 Fix daemon startup optimizations and buffer initialization
- Remove (not (daemonp)) checks from early-init.el performance blocks.
  This allows Emacs to properly optimize file name handlers, UI rendering
  suppression, and frame resizing when starting as a background server.
- Move initial-major-mode and initial-scratch-message from
  early-init.el to init.el to prevent silent overwrites by custom.el.
- Move default-input-method to init.el.
2026-02-24 22:42:10 -05:00
James Cherti
c3d7b5ecee Add byte-compile-current-file check to package management 2026-02-24 15:26:06 -05:00
James Cherti
d9b1a6fc66 Install use-package only on Emacs < 29 2026-02-22 20:12:34 -05:00
James Cherti
9f6961fc6a Do not package-initialize when using straight or elpaca 2026-02-22 20:03:43 -05:00
James Cherti
f23446e663 Remove cursor-in-non-selected-windows 2026-02-18 11:29:56 -05:00
James Cherti
5f083d5869 Add auth-sources and epg-pinentry-mode 2026-02-16 22:41:24 -05:00
James Cherti
9b6d5484e1 Update header 2026-02-15 15:13:19 -05:00
James Cherti
edf8b4562a Remove kill-ring from savehist-additional-variables because certain characters cause savehist to fail. 2026-02-15 13:28:00 -05:00
James Cherti
73160aa92b Update init.el categories 2026-01-31 16:52:52 -05:00
James Cherti
f0c6a50a32 init.el: Move a few sexp to the Misc section 2026-01-31 16:37:45 -05:00
James Cherti
fb944b6e84 Remove right/left-fringe-width and update comments 2026-01-31 16:29:14 -05:00
James Cherti
aee5342003 Remove narrow-to-defun from the no-warning function list 2025-12-15 09:43:49 -05:00
James Cherti
e908e25498 Remove warning for: narrow-to-page and narrow-to-defun 2025-12-15 09:41:55 -05:00
James Cherti
4fe6fdcb02 Release: 1.3.1 2025-11-29 14:56:38 -05:00
James Cherti
b05e32dfb9 Add tramp category 2025-11-19 12:54:25 -05:00
James Cherti
b40ad4f962 Add bookmark-save-flag 2025-10-12 15:14:00 -04:00
James Cherti
be7fdce532 Remove recentf-exclude 2025-09-28 15:02:38 -04:00
James Cherti
c2883bb140 Remove provide from init.el and early-init.el 2025-09-17 16:00:53 -04:00
James Cherti
1c72902cc3 Change scroll-conservatively to 20 to fix jumping issues in org-mode buffers 2025-08-29 16:48:03 -04:00
James Cherti
80813db2d5 Change scroll-conservatively to 10 2025-08-25 15:13:53 -04:00
James Cherti
87252c8e33 Add tags-table-mode to dabbrev-ignored-buffer-modes 2025-08-19 13:29:47 -04:00
James Cherti
2c16d2da10 Remove dired-mouse-drag-files 2025-08-14 17:23:32 -04:00
James Cherti
4693b48aeb Remove warning for set-goal-column 2025-08-07 12:40:49 -04:00
James Cherti
cdeaf6b3d6 Add dired-mouse-drag-files 2025-08-07 10:30:29 -04:00
James Cherti
aeb1367ccc Move dired-movement-style to README.md 2025-08-01 23:31:58 -04:00
James Cherti
c9e16103c8 Update comments 2025-07-29 08:47:33 -04:00
James Cherti
1f9006bd25 Add dired-movement-style and group dired setq 2025-07-29 08:46:01 -04:00
James Cherti
379131cdc2 Update recentf config 2025-07-26 12:44:05 -04:00
James Cherti
591edf7314 Move compilation closer to comint 2025-07-25 12:31:33 -04:00
James Cherti
9bf0d83802 Move dired group directories first to the README.md file 2025-07-25 12:16:37 -04:00
James Cherti
6b2c03a918 Update vc-git-diff-switches 2025-07-22 09:47:20 -04:00
James Cherti
cb359641da vc-git-diff-switches: Ensure git drivers are invoked 2025-07-22 09:35:09 -04:00
James Cherti
e1b96e84b0 vc-git-diff-switches: Ensure git drivers are invoked 2025-07-21 11:25:04 -04:00
James Cherti
774d90ae27 Update comment 2025-07-16 12:20:49 -04:00
James Cherti
f6814236af Revert "Move use-short-answers to early-init.el"
This reverts commit cfd29d40cc.
2025-07-14 14:13:41 -04:00
James Cherti
cfd29d40cc Move use-short-answers to early-init.el 2025-07-14 14:12:06 -04:00
James Cherti
2d63b234b2 Move ad-redefinition-action to early-init.el 2025-07-14 14:09:31 -04:00
James Cherti
664c574657 Move pgtk-wait-for-event-timeout to early-init.el 2025-07-14 14:04:38 -04:00
James Cherti
fb33cef88d Release: 1.3.0 2025-07-13 15:16:44 -04:00
James Cherti
c9cd53c408 Add option: minimal-emacs-dired-group-directories-first 2025-07-05 14:31:28 -04:00
James Cherti
afffa5bade Add redisplay-skip-fontification-on-input 2025-07-04 23:58:01 -04:00