core-popups: don't autoclose help/message buffers; autoclose eval buffers

This commit is contained in:
Henrik Lissner 2017-03-01 21:44:30 -05:00
parent 5b9a32e215
commit 64a60a1501

View file

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