evil-ex-interactive-search-highlight = 'all-windows
Temporary fix until emacs-evil/evil#1233 is resolved.
This commit is contained in:
parent
062cc4aea5
commit
310e6573b9
1 changed files with 3 additions and 1 deletions
|
@ -54,7 +54,9 @@ directives. By default, this only recognizes C directives.")
|
||||||
evil-want-keybinding (not (featurep! +everywhere))
|
evil-want-keybinding (not (featurep! +everywhere))
|
||||||
;; Only do highlighting in selected window so that Emacs has less work
|
;; Only do highlighting in selected window so that Emacs has less work
|
||||||
;; to do highlighting them all.
|
;; 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
|
;; Slow this down from 0.02 to prevent blocking in large or folded buffers
|
||||||
;; like magit while incrementally highlighting matches.
|
;; like magit while incrementally highlighting matches.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue