From 8f535090932cd71e96e8a25f23a7cfa6cef5c04d Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 13 Apr 2023 09:39:10 -0500 Subject: [PATCH] move rustic-compilation to a downstairs window --- README.org | 2 +- init.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index a6e488f6..8be948d6 100644 --- a/README.org +++ b/README.org @@ -2468,7 +2468,7 @@ Ace link provides an avy like search for links. Upon using the keybindings prese (display-buffer-in-side-window) (side . bottom) (window-height . 0.25)) - ("*gud-presenter*" + ("*rustic-compilation*" (display-buffer-in-side-window) (side . bottom) (window-height . 0.25)) diff --git a/init.el b/init.el index 63a7a8be..32fb37db 100644 --- a/init.el +++ b/init.el @@ -1831,7 +1831,7 @@ targets." (display-buffer-in-side-window) (side . bottom) (window-height . 0.25)) - ("*gud-presenter*" + ("*rustic-compilation*" (display-buffer-in-side-window) (side . bottom) (window-height . 0.25))