Fix #3282: activate flyspell-lazy-mode

This commit is contained in:
Henrik Lissner
2020-06-02 23:18:01 -04:00
parent 4427dbabc1
commit 46c1f7a7b4

View File

@ -99,4 +99,8 @@ e.g. proselint and langtool."
(use-package! flyspell-lazy
:after flyspell)
:after flyspell
:config
(setq flyspell-lazy-idle-seconds 1
flyspell-lazy-window-idle-seconds 3)
(flyspell-lazy-mode +1))