bump: :editor evil
emacs-evil/evil-collection@8a75a03656 -> emacs-evil/evil-collection@bc5a02ed85 emacs-evil/evil@82e5becae2 -> emacs-evil/evil@d8f5732708 Improves first-load time for consult commands, thanks to emacs-evil/evil-collection@03d80be41b. Ref emacs-evil/evil-collection#539 Ref emacs-evil/evil-collection@03d80be41b
This commit is contained in:
parent
e3d4e05fbd
commit
ee890064f8
2 changed files with 4 additions and 2 deletions
|
@ -112,6 +112,7 @@ variable for an explanation of the defaults (in comments). See
|
|||
debug
|
||||
devdocs
|
||||
dictionary
|
||||
diff-hl
|
||||
diff-mode
|
||||
dired
|
||||
dired-sidebar
|
||||
|
@ -244,6 +245,7 @@ variable for an explanation of the defaults (in comments). See
|
|||
woman
|
||||
xref
|
||||
xwidget
|
||||
yaml-mode
|
||||
youtube-dl
|
||||
zmusic
|
||||
(ztree ztree-diff)))
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; editor/evil/packages.el
|
||||
|
||||
(package! evil :pin "82e5becae21b7768ffbb4728bce83dab8751d610")
|
||||
(package! evil :pin "d8f573270841dade794df44c08d4a512a3008968")
|
||||
(package! evil-args :pin "758ad5ae54ad34202064fec192c88151c08cb387")
|
||||
(package! evil-easymotion :pin "f96c2ed38ddc07908db7c3c11bcd6285a3e8c2e9")
|
||||
(package! evil-embrace :pin "464e8ec52ff78edf3c9060143fc375f6ce5f275f")
|
||||
|
@ -35,4 +35,4 @@
|
|||
(package! neotree)
|
||||
(autoload 'neotree-make-executor "neotree" nil nil 'macro))
|
||||
|
||||
(package! evil-collection :pin "8a75a0365629c421ea785f1393f577f9d92af58e"))
|
||||
(package! evil-collection :pin "bc5a02ed8572e7d40d04a78f17abc08061dfc37e"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue