From 66abe99dec9c224840a64417082a6d341a819d2f Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 3 Oct 2019 20:41:47 -0400 Subject: [PATCH] Increase sly REPL popup's size #1296 --- modules/lang/common-lisp/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/common-lisp/config.el b/modules/lang/common-lisp/config.el index a41e135f1..2a41aec9e 100644 --- a/modules/lang/common-lisp/config.el +++ b/modules/lang/common-lisp/config.el @@ -28,7 +28,7 @@ sly-complete-symbol-function 'sly-simple-completions) (set-popup-rules! - '(("^\\*sly-mrepl" :vslot 2 :quit nil :ttl nil) + '(("^\\*sly-mrepl" :vslot 2 :size 0.3 :quit nil :ttl nil) ("^\\*sly-compilation" :vslot 3 :ttl nil) ("^\\*sly-traces" :vslot 4 :ttl nil) ;; Do not display debugger or inspector buffers in a popup window. These