summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-04-09 13:38:50 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-04-09 13:40:00 -0700
commit903cde61ca89119b25f183525cc8e30bb39ba016 (patch)
tree3e60df9ae3dbfca37c3dfb0e1ad7eff2e7428ad3
parent8de5b50b25d637acd4ecf6a7fd92fa90236d14bc (diff)
downloaddotfiles-903cde61ca89119b25f183525cc8e30bb39ba016.tar.gz
add display-buffer-alist rule for *inferior-lisp*
-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 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)