From ffada251a713f4a815d59d172a3dac5a342b5bf1 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 10 Apr 2016 18:48:17 -0400 Subject: [PATCH] shackle: update processing compilation popup config --- core/core-popup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-popup.el b/core/core-popup.el index 515ee681a..f9c214bc2 100644 --- a/core/core-popup.el +++ b/core/core-popup.el @@ -46,7 +46,7 @@ ;; Emacs ("^\\*.+-Profiler-Report .+\\*$" :regexp t :align below :size 0.3) - ("*processing-compilation*" :align below :size 15 :noselect t) + ("*processing-compilation*" :align below :size 10 :noselect t) ("*Backtrace*" :align below :size 0.25 :noselect t) ("*scratch*" :align below :size 0.3 :select t) ("*Help*" :align below :size 21 :select t)