Bump :editor evil

emacs-evil/evil@25fc5c6 -> emacs-evil/evil@017b442
emacs-evil/evil-collection@e065da3 -> emacs-evil/evil-collection@3e62b6b
emacs-evil/evil-surround@1c34944 -> emacs-evil/evil-surround@346d4d8
redguardtoo/evil-nerd-commenter@1bd2de5 -> redguardtoo/evil-nerd-commenter@87734b9

Some functionality has been upstreamed into evil-collection and thus
removed from their respective modules.

Closes #3577
This commit is contained in:
Henrik Lissner 2020-07-17 01:17:22 -04:00
parent 2261bd5819
commit 72c03965cc
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
5 changed files with 10 additions and 50 deletions

View file

@ -111,6 +111,7 @@ variable for an explanation of the defaults (in comments). See
edebug
ediff
eglot
explain-pause-mode
elfeed
elisp-mode
elisp-refs
@ -158,7 +159,6 @@ variable for an explanation of the defaults (in comments). See
man
magit
magit-todos
,@(if evil-collection-setup-minibuffer '(minibuffer))
monky
mu4e
mu4e-conversation
@ -174,7 +174,7 @@ variable for an explanation of the defaults (in comments). See
(pdf pdf-tools)
popup
proced
process-menu
(process-menu simple)
prodigy
profiler
python
@ -190,6 +190,7 @@ variable for an explanation of the defaults (in comments). See
simple
slime
sly
speedbar
tablist
tar-mode
(term term ansi-term multi-term)
@ -210,7 +211,6 @@ variable for an explanation of the defaults (in comments). See
which-key
woman
xref
xwidget
youtube-dl
(ztree ztree-diff)))
@ -264,6 +264,8 @@ and complains if a module is loaded too early (during startup)."
(when evil-collection-setup-minibuffer
(+evil-collection-init 'minibuffer)
(evil-collection-minibuffer-insert)))
(add-transient-hook! 'xwidget-webkit-mode
(+evil-collection-init 'xwidget))
;; HACK Do this ourselves because evil-collection break's `eval-after-load'
;; load order by loading their target plugin before applying keys. This