aboutsummaryrefslogtreecommitdiff
path: root/early-init.el
AgeCommit message (Collapse)Author
2024-07-15Ensure UI is readable if init.el fails earlyjn
The background is set to black in early-init.el, with the assumption that a dark theme will be loaded. If init.el fails for any reason before the theme is loaded, the user ends up with black-on-black text. One expected case where this can happen is if the Emacs version is <29. The error message from the guardrail in init.el would be unreadable.
2023-11-07setq → setoptAshton Wiersdorf
`setq' is the normal way to set lisp variables, but it won't trigger any hooks that might have been set for use with customize. The alternative is to use `customize-set-variable' but that's a mouthful and it's hard to remember when to use this. `setopt' just does The Right Thing™.
2023-09-05Suppress reporting of async compile warnings and errorsGeorge Kettleborough
Signed-off-by: Ashton Wiersdorf <mail@wiersdorf.dev>
2023-04-13Add MELPA to package list; turn off transparencyAshton Wiersdorf
2023-03-14Big update: add initial evil-mode (vim emulation) config; fix typosAshton Wiersdorf
2023-01-04Move more stuff from early-init.el → init.elAshton Wiersdorf
Closes #4
2023-01-03Document mixinsAshton Wiersdorf
2023-01-03Add comments, make startup look betterAshton Wiersdorf
2023-01-03Move a bunch of stuff from `early-init.el to `init.el'Ashton Wiersdorf
2023-01-02Massive reorganization to early-init.elAshton Wiersdorf
2023-01-02Lots of additions to READMEAshton Wiersdorf
2023-01-02Add README; init.el contains all (optional) packagesAshton Wiersdorf
2023-01-02Initial commitAshton Wiersdorf