Show async shell command output in bottom side window

I found that opening this output on the right side to be annoying, so
let's switch try the bottom side window instead.  This also works with
having an eshell buffer open at the same time, resulting in a nice reuse
of the right space of eshell windows that is usually empty.
This commit is contained in:
Daniel Borchmann 2024-08-03 09:53:09 +02:00
parent 33b7d5d8d3
commit 726f1baf8c
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625

View File

@ -297,9 +297,10 @@
(add-to-list 'display-buffer-alist (add-to-list 'display-buffer-alist
'("^\\*Async Shell Command*" '("^\\*Async Shell Command*"
(display-buffer-in-side-window) (display-buffer-in-side-window)
(side . right) (side . bottom)
(slot . 0) (slot . 1)
(window-width . 0.33))) (window-height . 0.33)
(window-parameters . ((no-other-window . t)))))
(add-to-list 'display-buffer-alist (add-to-list 'display-buffer-alist
'("^\\*Warnings\\*" '("^\\*Warnings\\*"
(display-buffer-in-side-window) (display-buffer-in-side-window)