mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
core-popups: don't autoclose help/message buffers; autoclose eval buffers
This commit is contained in:
@ -63,12 +63,12 @@ is enabled/disabled.'")
|
||||
("^ ?\\*doom .+\\*$" :size 30 :noselect t :regexp t)
|
||||
("^\\*.+-Profiler-Report .+\\*$" :size 0.3 :regexp t :autokill t)
|
||||
("*minor-modes*" :size 0.5 :noselect t :autokill t)
|
||||
("*eval*" :size 16 :noselect t :autokill t)
|
||||
("*Pp Eval Output*" :size 16 :noselect t :autokill t)
|
||||
("*eval*" :size 16 :noselect t :autokill t :autoclose t)
|
||||
("*Pp Eval Output*" :size 16 :noselect t :autokill t :autoclose t)
|
||||
("*Apropos*" :size 0.3)
|
||||
("*Backtrace*" :size 25 :noselect t)
|
||||
("*Help*" :size 16 :autoclose t)
|
||||
("*Messages*" :size 10 :noselect t :autoclose t)
|
||||
("*Help*" :size 16)
|
||||
("*Messages*" :size 10 :noselect t)
|
||||
("*Warnings*" :size 10 :noselect t :autokill t)
|
||||
("*command-log*" :size 28 :noselect t :align right)
|
||||
("*Shell Command Output*" :size 20 :noselect t :autokill t)
|
||||
|
Reference in New Issue
Block a user