summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
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))