Add flyspell-lazy package

To hopefully speed up flyspell.
This commit is contained in:
Henrik Lissner
2020-02-08 20:43:29 -05:00
parent 724413d88f
commit ef472d7c1a
2 changed files with 6 additions and 0 deletions

View File

@@ -94,3 +94,7 @@ e.g. proselint and langtool."
((require 'flyspell-correct-popup nil t)
(setq flyspell-popup-correct-delay 0.8)
(define-key popup-menu-keymap [escape] #'keyboard-quit))))
(use-package! flyspell-lazy
:after flyspell)