Do not display output of async shell commands by default anymore

Moving this output to the bottom of the frame did not help; it's just
something I do not want to see by default.
This commit is contained in:
Daniel Borchmann 2024-08-17 09:01:10 +02:00
parent c17852bd90
commit 3ccb13ce53
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625

View File

@ -296,11 +296,7 @@
:config (progn :config (progn
(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-no-window)))
(side . bottom)
(slot . 1)
(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)