evil-ex-interactive-search-highlight = 'selected-window
This commit is contained in:
parent
eaa5621b36
commit
287ea46133
1 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue