Prevent evil-collection-calc loading too early
This commit is contained in:
parent
ff64a9d106
commit
a0c73c2975
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue