Abandon shell side windows

I need more shells that the side window can handle, so let's use normal windows for that.
This commit is contained in:
Daniel Borchmann 2025-07-14 17:25:29 +02:00
parent b5be01b19a
commit a8446ce820
No known key found for this signature in database
GPG Key ID: 50EA937BF472ADD1

17
init.el
View File

@ -408,23 +408,6 @@
(display-buffer-reuse-window
display-buffer-pop-up-window)))
;; Inspired by masteringemacs and
;; https://www.gnu.org/software/emacs/manual/html_node/elisp/Frame-Layouts-with-Side-Windows.html
(add-to-list 'display-buffer-alist
'("^\\*eshell-side\\*"
display-buffer-in-side-window
(side . bottom)
(slot . -1)
(window-height . 0.33)
(window-parameters . ((no-other-window . t)))))
(add-to-list 'display-buffer-alist
'("^\\*shell-side\\*"
display-buffer-in-side-window
(side . bottom)
(slot . 1)
(window-height . 0.33)
(window-parameters . ((no-other-window . t)))))
(add-to-list 'display-buffer-alist
'("shell\\*"
(display-buffer-reuse-window