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:
parent
c17852bd90
commit
3ccb13ce53
6
init.el
6
init.el
@ -296,11 +296,7 @@
|
||||
:config (progn
|
||||
(add-to-list 'display-buffer-alist
|
||||
'("^\\*Async Shell Command*"
|
||||
(display-buffer-in-side-window)
|
||||
(side . bottom)
|
||||
(slot . 1)
|
||||
(window-height . 0.33)
|
||||
(window-parameters . ((no-other-window . t)))))
|
||||
(display-buffer-no-window)))
|
||||
(add-to-list 'display-buffer-alist
|
||||
'("^\\*Warnings\\*"
|
||||
(display-buffer-in-side-window)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user