From 4f413ca9335181b750e4ae3b3c56b054b4ea7eb5 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Mon, 3 Sep 2018 16:12:08 +0900 Subject: [PATCH] Disable imenu-list auto resize --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 151a381..235d3f3 100644 --- a/emacs.el +++ b/emacs.el @@ -754,7 +754,7 @@ found, otherwise returns nil." (ggtags-mode 1)))) (when (autoload-eval-lazily 'imenu-list) - (set-variable 'imenu-list-auto-resize t) + ;; (set-variable 'imenu-list-auto-resize t) (set-variable 'imenu-list-focus-after-activation t) (define-key ctl-x-map "l" 'imenu-list-smart-toggle))