summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-04-02 14:42:35 -0500
committerCase Duckworth2021-04-02 14:42:35 -0500
commitf7cdcce912cb74681c97e57790a885f7947d4cfd (patch)
tree3d19fc7daf6c802954938b383676f822b9a069bd /init.el
parentDisable tool-tip-mode (diff)
downloademacs-f7cdcce912cb74681c97e57790a885f7947d4cfd.tar.gz
emacs-f7cdcce912cb74681c97e57790a885f7947d4cfd.zip
Require spelling program for spelling to work
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el index 8561e9d..841b105 100644 --- a/init.el +++ b/init.el
@@ -356,6 +356,7 @@
356 (unless (file-exists-p ispell-personal-dictionary) 356 (unless (file-exists-p ispell-personal-dictionary)
357 (write-region "" nil ispell-personal-dictionary nil 0)) 357 (write-region "" nil ispell-personal-dictionary nil 0))
358 358
359 (:needs ispell-program-name)
359 ;; add hooks 360 ;; add hooks
360 (add-hook 'text-mode-hook #'flyspell-mode) 361 (add-hook 'text-mode-hook #'flyspell-mode)
361 (add-hook 'prog-mode-hook #'flyspell-prog-mode)) 362 (add-hook 'prog-mode-hook #'flyspell-prog-mode))