From 64a60a150124decedc37f6d4720237246a994c62 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 1 Mar 2017 21:44:30 -0500 Subject: [PATCH] core-popups: don't autoclose help/message buffers; autoclose eval buffers --- core/core-popups.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/core-popups.el b/core/core-popups.el index 14cc856b1..81ce1a2ac 100644 --- a/core/core-popups.el +++ b/core/core-popups.el @@ -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)