parent
c395c08788
commit
32cedd96f9
2 changed files with 2 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue