Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-07 | setq → setopt | Ashton 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-05 | Suppress reporting of async compile warnings and errors | George Kettleborough | |
Signed-off-by: Ashton Wiersdorf <mail@wiersdorf.dev> | |||
2023-04-13 | Add MELPA to package list; turn off transparency | Ashton Wiersdorf | |
2023-03-14 | Big update: add initial evil-mode (vim emulation) config; fix typos | Ashton Wiersdorf | |
2023-01-04 | Move more stuff from early-init.el → init.el | Ashton Wiersdorf | |
Closes #4 | |||
2023-01-03 | Document mixins | Ashton Wiersdorf | |
2023-01-03 | Add comments, make startup look better | Ashton Wiersdorf | |
2023-01-03 | Move a bunch of stuff from `early-init.el to `init.el' | Ashton Wiersdorf | |
2023-01-02 | Massive reorganization to early-init.el | Ashton Wiersdorf | |
2023-01-02 | Lots of additions to README | Ashton Wiersdorf | |
2023-01-02 | Add README; init.el contains all (optional) packages | Ashton Wiersdorf | |
2023-01-02 | Initial commit | Ashton Wiersdorf | |