From 4a1865c4505ffea289860262e9f1111859662630 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 6 Oct 2017 20:42:35 +0200 Subject: [PATCH] Don't autofit help popups They become too small. --- 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 cdb74c6b7..5d54b88c6 100644 --- a/core/core-popups.el +++ b/core/core-popups.el @@ -102,7 +102,7 @@ recognized by DOOM's popup system. They are: ("*Backtrace*" :size 20 :noselect t) ("*Warnings*" :size 12 :noselect t :autofit t) ("*Messages*" :size 12 :noselect t) - ("*Help*" :size 0.4 :autofit t) + ("*Help*" :size 0.3) ("^\\*.*Shell Command.*\\*$" :regexp t :size 20 :noselect t :autokill t) (apropos-mode :size 0.3 :autokill t :autoclose t) (Buffer-menu-mode :size 20 :autokill t)