mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-20 16:11:07 -05:00
evil-ex-interactive-search-highlight = 'selected-window
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user