diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 4 |
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 |