mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix #3282: activate flyspell-lazy-mode
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user