Fix #2394: load the correct evil-collection module

This commit is contained in:
Henrik Lissner 2020-01-20 20:17:28 -05:00
parent d0b50da2c4
commit 8a01ef9082
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -228,7 +228,7 @@ and complains if a module is loaded too early (during startup)."
(add-transient-hook! 'emacs-lisp-mode
(+evil-collection-init 'elisp-mode))
(add-transient-hook! 'occur-mode
(+evil-collection-init 'replace))
(+evil-collection-init 'occur))
(evil-define-key* 'normal process-menu-mode-map
"q" #'kill-current-buffer