mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Remove redundant evil-collection init code
This commit is contained in:
@ -280,8 +280,6 @@ and complains if a module is loaded too early (during startup)."
|
||||
(+evil-collection-init '(process-menu simple)))
|
||||
(add-transient-hook! 'tabulated-list-mode
|
||||
(+evil-collection-init 'tabulated-list))
|
||||
(add-transient-hook! 'tab-bar-mode
|
||||
(+evil-collection-init 'tabulated-list))
|
||||
(when EMACS27+
|
||||
(add-transient-hook! 'tab-bar-mode
|
||||
(+evil-collection-init 'tab-bar)))
|
||||
|
Reference in New Issue
Block a user