From 3ccb13ce534e7a41d3546e6cf41f02c6268aa97e Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 17 Aug 2024 09:01:10 +0200 Subject: [PATCH] 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. --- init.el | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/init.el b/init.el index f8ba264..d794866 100644 --- a/init.el +++ b/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)