mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
evil-ex-interactive-search-highlight = 'all-windows
Temporary fix until emacs-evil/evil#1233 is resolved.
This commit is contained in:
@ -54,7 +54,9 @@ directives. By default, this only recognizes C directives.")
|
||||
evil-want-keybinding (not (featurep! +everywhere))
|
||||
;; Only do highlighting in selected window so that Emacs has less work
|
||||
;; to do highlighting them all.
|
||||
evil-ex-interactive-search-highlight 'selected-window)
|
||||
;; TODO Revert this to `selected-windows' once emacs-evil/evil#1233 is
|
||||
;; resolved, otherwise we get no highlights on */#
|
||||
evil-ex-interactive-search-highlight 'all-windows)
|
||||
|
||||
;; Slow this down from 0.02 to prevent blocking in large or folded buffers
|
||||
;; like magit while incrementally highlighting matches.
|
||||
|
Reference in New Issue
Block a user