mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Prevent evil-collection-calc loading too early
This commit is contained in:
@ -30,6 +30,7 @@
|
||||
(defvar +evil-collection-disabled-list
|
||||
'(anaconda-mode
|
||||
buff-menu
|
||||
calc
|
||||
comint
|
||||
company
|
||||
custom
|
||||
@ -280,6 +281,8 @@ and complains if a module is loaded too early (during startup)."
|
||||
|
||||
(add-transient-hook! 'Buffer-menu-mode
|
||||
(+evil-collection-init '(buff-menu "buff-menu")))
|
||||
(add-transient-hook! 'calc-mode
|
||||
(+evil-collection-init 'calc))
|
||||
(add-transient-hook! 'image-mode
|
||||
(+evil-collection-init 'image))
|
||||
(add-transient-hook! 'emacs-lisp-mode
|
||||
|
Reference in New Issue
Block a user