From ccabb9f6eecb55c4ea7430c710b5237ec86bc1a3 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 25 Feb 2017 22:18:34 -0500 Subject: [PATCH] core-popups: adjust Pp Eval Ouput and Org Agenda/Src popup rules --- core/core-popups.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/core-popups.el b/core/core-popups.el index 6600a7231..cadcb8d01 100644 --- a/core/core-popups.el +++ b/core/core-popups.el @@ -61,7 +61,7 @@ is enabled/disabled.'") ("^\\*.+-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 0.3 :autokill t) + ("*Pp Eval Output*" :size 16 :noselect t :autokill t) ("*Apropos*" :size 0.3) ("*Backtrace*" :size 25 :noselect t) ("*Help*" :size 16) @@ -349,10 +349,10 @@ the command buffer." '("*Org Select*" :size 20 :noselect t) '("*Org Links*" :size 5 :noselect t) '(" *Agenda Commands*" :noselect t) - '("^\\*Org Agenda" :regexp t :size 0.4) + '("^\\*Org Agenda" :regexp t :size 30) '("*Org Clock*" :noselect t) '("*Edit Formulas*" :size 10) - '("\\*Org Src" :regexp t :size 15) + '("\\*Org Src" :regexp t :size 15 :autokill t) '("^\\*Org-Babel" :regexp t :size 0.4) '("^CAPTURE.*\\.org$" :regexp t :size 20))