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.