Hide async shell command output by default

I found that opening this output by default is annoying me, so let's
switch it off.  When I need it, I can still open that window manually.
This commit is contained in:
Daniel Borchmann 2024-08-03 09:53:09 +02:00
parent 33b7d5d8d3
commit 0295cd6139
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625

View File

@ -296,10 +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 . right)
(slot . 0)
(window-width . 0.33)))
(add-to-list 'display-buffer-alist (add-to-list 'display-buffer-alist
'("^\\*Warnings\\*" '("^\\*Warnings\\*"
(display-buffer-in-side-window) (display-buffer-in-side-window)