mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add flyspell-lazy package
To hopefully speed up flyspell.
This commit is contained in:
@ -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)
|
||||
|
@ -7,3 +7,5 @@
|
||||
((featurep! :completion helm)
|
||||
(package! flyspell-correct-helm :pin "b0353a41a7"))
|
||||
((package! flyspell-correct-popup :pin "b0353a41a7")))
|
||||
|
||||
(package! flyspell-lazy :pin "3ebf68cc9e")
|
||||
|
Reference in New Issue
Block a user