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:
parent
2ee177d588
commit
5772ace0ff
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
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'
|
||||
(setq ispell-dictionary "english"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue