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)))
|
(+evil-collection-init '(process-menu simple)))
|
||||||
(add-transient-hook! 'tabulated-list-mode
|
(add-transient-hook! 'tabulated-list-mode
|
||||||
(+evil-collection-init 'tabulated-list))
|
(+evil-collection-init 'tabulated-list))
|
||||||
(add-transient-hook! 'tab-bar-mode
|
|
||||||
(+evil-collection-init 'tabulated-list))
|
|
||||||
(when EMACS27+
|
(when EMACS27+
|
||||||
(add-transient-hook! 'tab-bar-mode
|
(add-transient-hook! 'tab-bar-mode
|
||||||
(+evil-collection-init 'tab-bar)))
|
(+evil-collection-init 'tab-bar)))
|
||||||
|
Reference in New Issue
Block a user