From 8b9448cdd37d14b74e00a3143186e1d59e3ae4d2 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 24 Jul 2024 10:10:52 +0100 Subject: [PATCH] Don't set ispell-personal-dictionary --- init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.el b/init.el index 6577ff2..5fb2855 100644 --- a/init.el +++ b/init.el @@ -139,8 +139,7 @@ ;; turn on spell checking, if available. (use-package ispell :custom - (ispell-dictionary "en_GB") - (ispell-personal-dictionary (locate-user-emacs-file "dictionary"))) + (ispell-dictionary "en_GB")) (use-package flyspell :hook ((text-mode . flyspell-mode)