From 310e6573b94bacb1297a912e6900e491651c69fe Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 6 Jan 2020 22:55:09 -0500 Subject: [PATCH] evil-ex-interactive-search-highlight = 'all-windows Temporary fix until emacs-evil/evil#1233 is resolved. --- modules/editor/evil/config.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/editor/evil/config.el b/modules/editor/evil/config.el index 6520efdaa..d59892bce 100644 --- a/modules/editor/evil/config.el +++ b/modules/editor/evil/config.el @@ -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.