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:
Henrik Lissner 2018-08-02 16:46:04 +02:00
parent 2ee177d588
commit 5772ace0ff
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -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"