Set default ispell-dictionary
Prevents wrong-type-argument stringp errors when starting flyspell-mode.
This commit is contained in:
parent
4a0b98ef1c
commit
4856217c84
1 changed files with 1 additions and 1 deletions
|
@ -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)")
|
||||
|
||||
;; `ispell'
|
||||
(defvar ispell-dictionary "english")
|
||||
(setq ispell-dictionary "english")
|
||||
|
||||
(def-package! flyspell ; built-in
|
||||
:defer t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue