mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-03-15 03:01:04 -07:00
tweak(evil): increase evil-ex-hl-update-delay for special-mode
Which magit modes are derived from.
This commit is contained in:
parent
4fec01b7ea
commit
dfc75cc56e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue