mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-29 14:33:34 -05:00
Fix #2394: load the correct evil-collection module
This commit is contained in:
@@ -228,7 +228,7 @@ and complains if a module is loaded too early (during startup)."
|
|||||||
(add-transient-hook! 'emacs-lisp-mode
|
(add-transient-hook! 'emacs-lisp-mode
|
||||||
(+evil-collection-init 'elisp-mode))
|
(+evil-collection-init 'elisp-mode))
|
||||||
(add-transient-hook! 'occur-mode
|
(add-transient-hook! 'occur-mode
|
||||||
(+evil-collection-init 'replace))
|
(+evil-collection-init 'occur))
|
||||||
|
|
||||||
(evil-define-key* 'normal process-menu-mode-map
|
(evil-define-key* 'normal process-menu-mode-map
|
||||||
"q" #'kill-current-buffer
|
"q" #'kill-current-buffer
|
||||||
|
Reference in New Issue
Block a user