Toying with a different placement of eshell

This commit is contained in:
Chris Cochrun 2021-03-24 08:23:11 -05:00
parent 4dc9f80403
commit bb25cb4ee5
2 changed files with 2 additions and 2 deletions

View file

@ -1389,7 +1389,7 @@ Let's use pdf-tools for a lot better interaction with pdfs.
'(("\\*e?shell\\*" '(("\\*e?shell\\*"
(display-buffer-in-side-window) (display-buffer-in-side-window)
(window-width . 0.4) (window-width . 0.4)
(side . right)) (side . bottom))
("*Bongo-Elfeed Queue*" ("*Bongo-Elfeed Queue*"
(display-buffer-in-side-window) (display-buffer-in-side-window)
(window-height . 0.25) (window-height . 0.25)

View file

@ -1064,7 +1064,7 @@ If on a:
'(("\\*e?shell\\*" '(("\\*e?shell\\*"
(display-buffer-in-side-window) (display-buffer-in-side-window)
(window-width . 0.4) (window-width . 0.4)
(side . right)) (side . bottom))
("*Bongo-Elfeed Queue*" ("*Bongo-Elfeed Queue*"
(display-buffer-in-side-window) (display-buffer-in-side-window)
(window-height . 0.25) (window-height . 0.25)