evil-ex-interactive-search-highlight = 'selected-window

This commit is contained in:
Henrik Lissner 2019-12-15 23:52:17 -05:00
parent eaa5621b36
commit 287ea46133
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -49,7 +49,10 @@ directives. By default, this only recognizes C directives.")
evil-insert-state-cursor 'bar evil-insert-state-cursor 'bar
evil-visual-state-cursor 'hollow evil-visual-state-cursor 'hollow
;; must be set before evil/evil-collection is loaded ;; must be set before evil/evil-collection is loaded
evil-want-keybinding (not (featurep! +everywhere))) 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)
:config :config
(evil-select-search-module 'evil-search-module 'evil-search) (evil-select-search-module 'evil-search-module 'evil-search)