From 8cbf5c51731695c159b6d08e86f1bd888f6d0d47 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 2 Apr 2021 14:27:09 -0700 Subject: if the repl already has a window, reuse it --- .emacs.d/init-spw.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/init-spw.el b/.emacs.d/init-spw.el index 20479f21..cc193459 100644 --- a/.emacs.d/init-spw.el +++ b/.emacs.d/init-spw.el @@ -528,7 +528,7 @@ I use by default)." ;; might be useful output there even though we can't evaluate anything ;; else (at least with Slime). ("^\\*\\(slime-repl\\|sly-mrepl\\)" - display-buffer-in-side-window + (display-buffer-reuse-window display-buffer-in-side-window) (window-height . 0.30) (slot . 0) (side . bottom)))) -- cgit v1.2.3