Bump :editor evil
emacs-evil/evil-collection@a21725f -> emacs-evil/evil-collection@52b6479 emacs-evil/evil@373a57e -> emacs-evil/evil@d6cf668 redguardtoo/evil-nerd-commenter@b670f69 -> redguardtoo/evil-nerd-commenter@563cdc1
This commit is contained in:
parent
d45155aec8
commit
3253f7c86a
2 changed files with 8 additions and 3 deletions
|
@ -39,6 +39,7 @@
|
|||
free-keys
|
||||
help
|
||||
helm
|
||||
indent
|
||||
image
|
||||
kotlin-mode
|
||||
occur
|
||||
|
@ -148,6 +149,7 @@ variable for an explanation of the defaults (in comments). See
|
|||
image+
|
||||
imenu
|
||||
imenu-list
|
||||
(indent "indent")
|
||||
indium
|
||||
info
|
||||
ivy
|
||||
|
@ -223,6 +225,7 @@ variable for an explanation of the defaults (in comments). See
|
|||
xref
|
||||
xwidget
|
||||
youtube-dl
|
||||
zmusic
|
||||
(ztree ztree-diff)))
|
||||
|
||||
(defun +evil-collection-init (module &optional disabled-list)
|
||||
|
@ -272,6 +275,8 @@ and complains if a module is loaded too early (during startup)."
|
|||
(+evil-collection-init 'elisp-mode))
|
||||
(add-transient-hook! 'occur-mode
|
||||
(+evil-collection-init '(occur replace)))
|
||||
(add-transient-hook! 'indent-rigidly
|
||||
(+evil-collection-init '(indent "indent")))
|
||||
(add-transient-hook! 'minibuffer-setup-hook
|
||||
(when evil-collection-setup-minibuffer
|
||||
(+evil-collection-init 'minibuffer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue