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
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
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)

View file

@ -7,3 +7,5 @@
((featurep! :completion helm)
(package! flyspell-correct-helm :pin "b0353a41a7"))
((package! flyspell-correct-popup :pin "b0353a41a7")))
(package! flyspell-lazy :pin "3ebf68cc9e")