Revert 310e657 & bump evil

Thanks to emacs-evil/evil#1255
This commit is contained in:
Henrik Lissner 2020-01-26 05:16:21 -05:00
parent c395c08788
commit 32cedd96f9
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 2 additions and 4 deletions

View file

@ -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.

View file

@ -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")