mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Set default ispell-dictionary
Prevents wrong-type-argument stringp errors when starting flyspell-mode.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user