mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
core-popups: add *Metahelp* rule
This commit is contained in:
@ -61,6 +61,7 @@ is enabled/disabled.'")
|
|||||||
shackle-rules
|
shackle-rules
|
||||||
'(("^ ?\\*doom:.+\\*$" :size 40 :modeline t :regexp t)
|
'(("^ ?\\*doom:.+\\*$" :size 40 :modeline t :regexp t)
|
||||||
("^ ?\\*doom .+\\*$" :size 30 :noselect t :regexp t)
|
("^ ?\\*doom .+\\*$" :size 30 :noselect t :regexp t)
|
||||||
|
("*Metahelp*" :size 0.5 :autokill t :autoclose t)
|
||||||
("^\\*.+-Profiler-Report .+\\*$" :size 0.3 :regexp t :autokill t)
|
("^\\*.+-Profiler-Report .+\\*$" :size 0.3 :regexp t :autokill t)
|
||||||
("*minor-modes*" :size 0.5 :noselect t :autokill t)
|
("*minor-modes*" :size 0.5 :noselect t :autokill t)
|
||||||
("*eval*" :size 16 :noselect t :autokill t :autoclose t)
|
("*eval*" :size 16 :noselect t :autokill t :autoclose t)
|
||||||
|
Reference in New Issue
Block a user