Don't autofit special popups by default

This commit is contained in:
Henrik Lissner 2017-11-08 22:48:01 +01:00
parent e38f508ec1
commit ca1bbbf990
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

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