summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-25 16:56:48 -0600
committerCase Duckworth2022-01-25 16:56:48 -0600
commit3586cecd8b39a26f7f86ac78e9a23761ccb1beae (patch)
tree9b21cd66ce01213025c7346d394fe7bf6e831fe4 /init.el
parentMove truncate-lines setting to a mode-hook (diff)
downloademacs-3586cecd8b39a26f7f86ac78e9a23761ccb1beae.tar.gz
emacs-3586cecd8b39a26f7f86ac78e9a23761ccb1beae.zip
Allow saving ispell-local-words in .dir-locals.el
TODO: Automatically move local words to .dir-locals on save
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.el b/init.el index a7012ea..2a6dab5 100644 --- a/init.el +++ b/init.el
@@ -400,6 +400,10 @@
400 (:bind "c" #'+Info-copy-current-node-name 400 (:bind "c" #'+Info-copy-current-node-name
401 "w" #'+Info-copy-current-node-name))) 401 "w" #'+Info-copy-current-node-name)))
402 402
403(setup ispell
404 (:also-load +ispell)
405 (put 'ispell-buffer-session-localwords 'safe-local-variable #'+ispell-safe-local-p))
406
403(setup kmacro 407(setup kmacro
404 (:also-load +kmacro) 408 (:also-load +kmacro)
405 (with-eval-after-load '+kmacro 409 (with-eval-after-load '+kmacro