evil-ex-interactive-search-highlight = 'all-windows

Temporary fix until emacs-evil/evil#1233 is resolved.
This commit is contained in:
Henrik Lissner 2020-01-06 22:55:09 -05:00
parent 062cc4aea5
commit 310e6573b9
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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.