Commit Graph

986 Commits

Author SHA1 Message Date
a6ca502aa7 Update README 2026-03-20 11:35:10 +09:00
d8f4d9138c Update README 2026-03-20 11:30:54 +09:00
30472f6567 Merge branch 'main' of https://github.com/jamescherti/minimal-emacs.d 2026-03-20 11:21:11 +09:00
685743ec83 Start of myfeed, minor package changes 2026-03-20 11:18:00 +09:00
James Cherti
28d44b4fe7 Fixes #88: After loading, modeline is invisible in the *Message* buffer 2026-03-17 14:28:03 -04:00
James Cherti
f08b02eadc Release: 1.4.1 2026-03-16 18:19:59 -04:00
James Cherti
ce8a2e3f00 Update README.md 2026-03-14 15:47:55 -04:00
James Cherti
00908de3b9 Update README.md 2026-03-14 15:47:32 -04:00
James Cherti
5cabe62116 Update README.md 2026-03-14 15:45:34 -04:00
James Cherti
df22269c99 Update README.md 2026-03-14 15:44:16 -04:00
James Cherti
314b8a1850 Enhance support for non interactive mode 2026-03-14 09:01:09 -04:00
James Cherti
2fdc134822 Remove more parameters that are already set to their default value 2026-03-13 15:54:08 -04:00
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
d4427b6d6c Update README.md 2026-03-13 14:48:29 -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
255f41e269 Update README.md 2026-03-13 09:53:59 -04:00
James Cherti
85b5d54b38 Release: 1.4.0 2026-03-13 08:42:32 -04:00
34b25f2352 The great config remake.
I decided to go back to the basics with this one. Only the packages I think
I *REALLY* need (or want) are left, the rest are replaced by the built-in
alternatives or even better, removed.
2026-03-13 15:51:28 +09: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
9006683e4f Update README.md 2026-03-10 13:45:13 -04:00
James Cherti
41424f2ece Add vars to disable loading pre/post early-init/init files 2026-03-07 18:28:44 -05:00
0f5a63df6d Add Whisper. 2026-03-06 15:41:15 +09:00
ca9db9525f Add my own macroexpander 2026-03-06 10:03:49 +09:00
6f2f3b6bcd Add racket lisp package 2026-03-05 17:40:40 +09: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
e384055417 Revert "Remove :ensure t remove the README.md file"
This reverts commit 1b4bf18a2d.
2026-02-24 16:05:23 -05:00
James Cherti
c3d7b5ecee Add byte-compile-current-file check to package management 2026-02-24 15:26:06 -05:00
James Cherti
40a9131f66 Change use-package-always-ensure to (not noninteractive) 2026-02-23 09:39:35 -05:00
James Cherti
c917cd2582 Set use-package-expand-minimally to t 2026-02-22 20:52:07 -05:00
James Cherti
1b4bf18a2d Remove :ensure t remove the README.md file
(Compatibility with package managers such as Staight)
2026-02-22 20:51:18 -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
da208902f8 Update README.md 2026-02-20 09:45:17 -05:00
James Cherti
12c0593631 Remove minimal-emacs-setup-native-compilation 2026-02-18 23:22:29 -05:00
James Cherti
ee1b8868b0 Update README.md 2026-02-18 23:22:12 -05:00
James Cherti
192f8b4351 Update README.md 2026-02-18 23:22:01 -05:00
James Cherti
61676c3f9e Update README.md 2026-02-18 14:28:10 -05:00
James Cherti
a681a78022 Update README.md 2026-02-18 14:27:09 -05:00
James Cherti
26e7000c0f Remove package-native-compile as it can cause issues with some packages 2026-02-18 14:25:42 -05:00
James Cherti
684d1af64b Update README.md 2026-02-18 14:24:32 -05:00
James Cherti
b2e87061e8 Update README.md 2026-02-18 14:17:29 -05:00
James Cherti
1820b3fd95 Update README.md 2026-02-18 14:12:38 -05:00
James Cherti
249f381d29 Update README.md 2026-02-18 14:10:43 -05:00
James Cherti
849f3acec7 Update README.md 2026-02-18 13:47:59 -05:00
James Cherti
1722e04342 Update README.md 2026-02-18 13:47:06 -05:00
James Cherti
7a9ca621d2 Update README.md 2026-02-18 13:40:07 -05:00