tweak(evil): increase evil-ex-hl-update-delay for special-mode

Which magit modes are derived from.
This commit is contained in:
Henrik Lissner 2026-03-11 19:44:53 -04:00
parent 4fec01b7ea
commit dfc75cc56e
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -65,7 +65,7 @@ directives. By default, this only recognizes C directives.")
;; Slow this down from 0.02 to prevent blocking in large or folded buffers
;; like magit while incrementally highlighting matches.
(setq-hook! '(magit-mode-hook so-long-minor-mode-hook)
(setq-hook! '(special-mode-hook so-long-minor-mode-hook)
evil-ex-hl-update-delay 0.25)
:config