From 3586cecd8b39a26f7f86ac78e9a23761ccb1beae Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 25 Jan 2022 16:56:48 -0600 Subject: Allow saving ispell-local-words in .dir-locals.el TODO: Automatically move local words to .dir-locals on save --- init.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index a7012ea..2a6dab5 100644 --- a/init.el +++ b/init.el @@ -400,6 +400,10 @@ (:bind "c" #'+Info-copy-current-node-name "w" #'+Info-copy-current-node-name))) +(setup ispell + (:also-load +ispell) + (put 'ispell-buffer-session-localwords 'safe-local-variable #'+ispell-safe-local-p)) + (setup kmacro (:also-load +kmacro) (with-eval-after-load '+kmacro -- cgit 1.4.1-21-gabe81