Set default ispell-dictionary

Prevents wrong-type-argument stringp errors when starting flyspell-mode.
This commit is contained in:
Henrik Lissner 2018-06-15 21:25:32 +02:00
parent 4a0b98ef1c
commit 4856217c84
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -8,7 +8,7 @@ Since spellchecking can be slow in some buffers, this can be disabled with:
(setq-hook! 'LaTeX-mode-hook +spellcheck-immediately nil)") (setq-hook! 'LaTeX-mode-hook +spellcheck-immediately nil)")
;; `ispell' ;; `ispell'
(defvar ispell-dictionary "english") (setq ispell-dictionary "english")
(def-package! flyspell ; built-in (def-package! flyspell ; built-in
:defer t :defer t