Don't set ispell-personal-dictionary
This commit is contained in:
parent
fb2329bfa6
commit
8b9448cdd3
3
init.el
3
init.el
|
@ -139,8 +139,7 @@
|
||||||
;; turn on spell checking, if available.
|
;; turn on spell checking, if available.
|
||||||
(use-package ispell
|
(use-package ispell
|
||||||
:custom
|
:custom
|
||||||
(ispell-dictionary "en_GB")
|
(ispell-dictionary "en_GB"))
|
||||||
(ispell-personal-dictionary (locate-user-emacs-file "dictionary")))
|
|
||||||
|
|
||||||
(use-package flyspell
|
(use-package flyspell
|
||||||
:hook ((text-mode . flyspell-mode)
|
:hook ((text-mode . flyspell-mode)
|
||||||
|
|
Loading…
Reference in a new issue