From b4b77e60f286f4359de6251fda20487cfa08efeb Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 2 Apr 2021 14:21:39 -0700 Subject: reorder CL side windows --- .emacs.d/init-spw.el | 8 ++++---- 1 file 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 -- cgit v1.2.3