Fix #3282: activate flyspell-lazy-mode
This commit is contained in:
parent
4427dbabc1
commit
46c1f7a7b4
1 changed files with 5 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue