From 7ab7bb10b3a37a5866c24eb1d48abb15a195421b Mon Sep 17 00:00:00 2001 From: Marc Date: Fri, 29 Oct 2021 09:35:47 +0200 Subject: [PATCH] fixed imenu-list on first activation bug --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 728f751..e8ef02b 100644 --- a/config.org +++ b/config.org @@ -484,7 +484,7 @@ Exclude some dirs from spamming recentf #+BEGIN_SRC emacs-lisp (use-package imenu-list :ensure t - :defer t + :demand t ; otherwise mode loads too late and won't work on first file it's being activated on :config (setq imenu-list-focus-after-activation t imenu-list-auto-resize t