Don't autofit help popups

They become too small.
This commit is contained in:
Henrik Lissner 2017-10-06 20:42:35 +02:00
parent 0ea6284c7e
commit 4a1865c450
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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)