From c37aa529087ecb377ab41a4a9fabcdc8fa188253 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 13 Oct 2020 00:02:03 -0400 Subject: [PATCH] Remove redundant evil-collection init code --- modules/editor/evil/init.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/editor/evil/init.el b/modules/editor/evil/init.el index ab6201da6..ef4840de3 100644 --- a/modules/editor/evil/init.el +++ b/modules/editor/evil/init.el @@ -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)))