mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Update +spellcheck-immediately docstring
It won't work on LaTeX-mode-hook because flyspell-mode is added to TeX-mode-hook, which runs before the former.
This commit is contained in:
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Since spellchecking can be slow in some buffers, this can be disabled with:
|
Since spellchecking can be slow in some buffers, this can be disabled with:
|
||||||
|
|
||||||
(setq-hook! 'LaTeX-mode-hook +spellcheck-immediately nil)")
|
(setq-hook! 'TeX-mode-hook +spellcheck-immediately nil)")
|
||||||
|
|
||||||
;; `ispell'
|
;; `ispell'
|
||||||
(setq ispell-dictionary "english"
|
(setq ispell-dictionary "english"
|
||||||
|
Reference in New Issue
Block a user