summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-04-02 14:21:39 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-04-02 14:57:13 -0700
commitb4b77e60f286f4359de6251fda20487cfa08efeb (patch)
tree0a39ad8273ffd5edc4775421dba4ceb4bcb7fc33
parentfcf8aeaffb73f2c8d76d68224883a8967632788a (diff)
downloaddotfiles-b4b77e60f286f4359de6251fda20487cfa08efeb.tar.gz
reorder CL side windows
-rw-r--r--.emacs.d/init-spw.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/.emacs.d/init-spw.el b/.emacs.d/init-spw.el
index a1d98a07..91a2146c 100644
--- a/.emacs.d/init-spw.el
+++ b/.emacs.d/init-spw.el
@@ -515,20 +515,20 @@ I use by default)."
("\\*\\(slime\\|sly\\)-\\(inspector\\|compilation\\)\\*"
display-buffer-in-side-window
(window-height . 0.30)
- (slot . 0)
+ (slot . 2)
(side . bottom))
("^\\*\\(sldb\\|sly-db\\)"
display-buffer-in-side-window
(window-height . 0.30)
- (slot . 1) ;; might have nested debuggers replace the repl in slot 2
+ (slot . 1) ;; might have nested debuggers replace the repl in slot 0
(side . bottom))
;; 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.
+ ;; else (at least with Slime).
("^\\*\\(slime-repl\\|sly-mrepl\\)"
display-buffer-in-side-window
(window-height . 0.30)
- (slot . 2)
+ (slot . 0)
(side . bottom))))
;; WIP Sly config; see FLOSS.org