From 903cde61ca89119b25f183525cc8e30bb39ba016 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 9 Apr 2021 13:38:50 -0700 Subject: add display-buffer-alist rule for *inferior-lisp* --- .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 8ccb025a..5f29610d 100644 --- a/.emacs.d/init-spw.el +++ b/.emacs.d/init-spw.el @@ -547,7 +547,7 @@ I use by default)." ;; Keep the repl visible even when we're in the debugger, as there ;; might be useful output there even though we can't evaluate anything ;; else (at least with Slime). - ("^\\*\\(slime-repl\\|sly-mrepl\\)" + ("^\\*\\(slime-repl\\|sly-mrepl\\|inferior-lisp\\)" (display-buffer-reuse-window display-buffer-in-side-window) (window-height . 0.30) (slot . 0) -- cgit v1.2.3