From bb25cb4ee50a94678c25f5c08f28d8cf73f3cf2f Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 24 Mar 2021 08:23:11 -0500 Subject: [PATCH] Toying with a different placement of eshell --- README.org | 2 +- init.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 75ad9fb8..7fd1a4cb 100644 --- a/README.org +++ b/README.org @@ -1389,7 +1389,7 @@ Let's use pdf-tools for a lot better interaction with pdfs. '(("\\*e?shell\\*" (display-buffer-in-side-window) (window-width . 0.4) - (side . right)) + (side . bottom)) ("*Bongo-Elfeed Queue*" (display-buffer-in-side-window) (window-height . 0.25) diff --git a/init.el b/init.el index 1e2e10ff..0801c838 100644 --- a/init.el +++ b/init.el @@ -1064,7 +1064,7 @@ If on a: '(("\\*e?shell\\*" (display-buffer-in-side-window) (window-width . 0.4) - (side . right)) + (side . bottom)) ("*Bongo-Elfeed Queue*" (display-buffer-in-side-window) (window-height . 0.25)