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:
parent
33b7d5d8d3
commit
726f1baf8c
7
init.el
7
init.el
@ -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)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user