mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Don't autofit special popups by default
This commit is contained in:
@ -111,7 +111,7 @@ recognized by DOOM's popup system. They are:
|
|||||||
(grep-mode :size 25 :noselect t :autokill t)
|
(grep-mode :size 25 :noselect t :autokill t)
|
||||||
(profiler-report-mode :size 0.3 :regexp t :autokill t :modeline minimal)
|
(profiler-report-mode :size 0.3 :regexp t :autokill t :modeline minimal)
|
||||||
(tabulated-list-mode :noesc t)
|
(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
|
:config
|
||||||
(add-hook 'doom-post-init-hook #'shackle-mode)
|
(add-hook 'doom-post-init-hook #'shackle-mode)
|
||||||
|
Reference in New Issue
Block a user