Don't set ispell-personal-dictionary

This commit is contained in:
Evie Litherland-Smith 2024-07-24 10:10:52 +01:00
parent fb2329bfa6
commit 8b9448cdd3

View file

@ -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)