diff --git a/modules/editor/evil/config.el b/modules/editor/evil/config.el index fb1dd534c..9b8aba446 100644 --- a/modules/editor/evil/config.el +++ b/modules/editor/evil/config.el @@ -50,9 +50,7 @@ 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. - ;; 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) + evil-ex-interactive-search-highlight 'selected-window) ;; Slow this down from 0.02 to prevent blocking in large or folded buffers ;; like magit while incrementally highlighting matches. diff --git a/modules/editor/evil/packages.el b/modules/editor/evil/packages.el index 2298900c0..b05ebb33d 100644 --- a/modules/editor/evil/packages.el +++ b/modules/editor/evil/packages.el @@ -1,7 +1,7 @@ ;; -*- no-byte-compile: t; -*- ;;; editor/evil/packages.el -(package! evil :pin "e00626d9fd") +(package! evil :pin "3a4ea09bdd") (package! evil-args :pin "758ad5ae54") (package! evil-easymotion :pin "79c13ed3bc") (package! evil-embrace :pin "4379adea03")