From ca1bbbf9908933929486d8cd9f5b2ddb2a3dcca8 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 8 Nov 2017 22:48:01 +0100 Subject: [PATCH] Don't autofit special popups by default --- core/core-popups.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-popups.el b/core/core-popups.el index a2686e1d9..f19d33ae5 100644 --- a/core/core-popups.el +++ b/core/core-popups.el @@ -111,7 +111,7 @@ recognized by DOOM's popup system. They are: (grep-mode :size 25 :noselect t :autokill t) (profiler-report-mode :size 0.3 :regexp t :autokill t :modeline minimal) (tabulated-list-mode :noesc t) - ("^ ?\\*" :regexp t :size 0.3 :noselect t :autokill t :autoclose t :autofit t))) + ("^ ?\\*" :regexp t :size 15 :noselect t :autokill t :autoclose t))) :config (add-hook 'doom-post-init-hook #'shackle-mode)