From 96aed4bf351cc2e918384626a80cc8ef0105dd33 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 20 Sep 2023 21:00:53 +0200 Subject: [PATCH] perf(evil): defer evil-collection-tab-bar It gets pulled in early and unavoidably, slowing down startup. --- modules/editor/evil/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/editor/evil/init.el b/modules/editor/evil/init.el index 0c3cc57b6..baf9744ed 100644 --- a/modules/editor/evil/init.el +++ b/modules/editor/evil/init.el @@ -43,12 +43,13 @@ indent image kotlin-mode + lispy outline replace shortdoc simple slime - lispy) + tab-bar) "A list of `evil-collection' modules to ignore. See the definition of this variable for an explanation of the defaults (in comments). See `evil-collection-mode-list' for a list of available options.")