From 327993a382a15c8be94f50a2839ea3ba606bae34 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 27 Sep 2017 01:24:38 +0200 Subject: [PATCH] Adjust eval output popup rules --- modules/feature/eval/config.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/modules/feature/eval/config.el b/modules/feature/eval/config.el index 010dd626b..acf9ad80f 100644 --- a/modules/feature/eval/config.el +++ b/modules/feature/eval/config.el @@ -94,10 +94,7 @@ function that creates and returns the REPL buffer." (unless (boundp 'display-line-numbers) (add-hook 'quickrun--mode-hook #'nlinum-mode)) :config - (set! :popup - '("*quickrun*" :size 10 :noesc t :autokill t :autoclose t) - '("*eval*" :size 12 :noselect t :autokill t :autoclose t) - '("*Pp Eval Output*" :size 12 :noselect t :autokill t :autoclose t)) + (set! :popup "*quickrun*" :size 3 :autokill t :autoclose t :autofit t) (defun +eval*quickrun-auto-close (&rest _) "Allows us to silently re-run quickrun from within the quickrun buffer."