Add flyspell-lazy package
To hopefully speed up flyspell.
This commit is contained in:
parent
724413d88f
commit
ef472d7c1a
2 changed files with 6 additions and 0 deletions
|
@ -94,3 +94,7 @@ e.g. proselint and langtool."
|
||||||
((require 'flyspell-correct-popup nil t)
|
((require 'flyspell-correct-popup nil t)
|
||||||
(setq flyspell-popup-correct-delay 0.8)
|
(setq flyspell-popup-correct-delay 0.8)
|
||||||
(define-key popup-menu-keymap [escape] #'keyboard-quit))))
|
(define-key popup-menu-keymap [escape] #'keyboard-quit))))
|
||||||
|
|
||||||
|
|
||||||
|
(use-package! flyspell-lazy
|
||||||
|
:after flyspell)
|
||||||
|
|
|
@ -7,3 +7,5 @@
|
||||||
((featurep! :completion helm)
|
((featurep! :completion helm)
|
||||||
(package! flyspell-correct-helm :pin "b0353a41a7"))
|
(package! flyspell-correct-helm :pin "b0353a41a7"))
|
||||||
((package! flyspell-correct-popup :pin "b0353a41a7")))
|
((package! flyspell-correct-popup :pin "b0353a41a7")))
|
||||||
|
|
||||||
|
(package! flyspell-lazy :pin "3ebf68cc9e")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue