Age | Commit message (Collapse) | Author |
|
|
|
|
|
`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™.
|
|
Closes #11
Thanks to Jeff Johnson for suggesting this improvement!
|
|
|
|
|
|
Closes #7
|
|
|
|
|
|
Addresses https://todo.sr.ht/~ashton314/emacs-bedrock/9
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Ashton Wiersdorf <mail@wiersdorf.dev>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #6
|
|
Closes #5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|