From f7cdcce912cb74681c97e57790a885f7947d4cfd Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 2 Apr 2021 14:42:35 -0500 Subject: Require spelling program for spelling to work --- init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'init.el') diff --git a/init.el b/init.el index 8561e9d..841b105 100644 --- a/init.el +++ b/init.el @@ -356,6 +356,7 @@ (unless (file-exists-p ispell-personal-dictionary) (write-region "" nil ispell-personal-dictionary nil 0)) + (:needs ispell-program-name) ;; add hooks (add-hook 'text-mode-hook #'flyspell-mode) (add-hook 'prog-mode-hook #'flyspell-prog-mode)) -- cgit 1.4.1-21-gabe81