summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-04-02 14:27:09 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-04-02 14:57:19 -0700
commit8cbf5c51731695c159b6d08e86f1bd888f6d0d47 (patch)
tree1e4422a127f787d76672352341e820915b5c08db
parent8e1fdb293989f570478c647b046d085183aba5ab (diff)
downloaddotfiles-8cbf5c51731695c159b6d08e86f1bd888f6d0d47.tar.gz
if the repl already has a window, reuse it
-rw-r--r--.emacs.d/init-spw.el2
1 files changed, 1 insertions, 1 deletions
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))))