From b53bc732334e95e1e9154acc64048d7f1803ccbd Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 19 Feb 2016 12:35:05 -0500 Subject: [PATCH] Larger REPL popup height --- 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 29a9017d9..78d0a888a 100644 --- a/core/core-popup.el +++ b/core/core-popup.el @@ -46,7 +46,7 @@ (when (featurep 'repl-toggle) (when (string-prefix-p "*" (buffer-name (get-buffer b))) (with-current-buffer b repl-p))))) - :popup t :align below :size 12))) + :popup t :align below :size 16))) (after! helm ;; This is a good alternative to either popwin or shackle, specifically for helm. If