From 32ac2a5609718021f9fd9ed50a1a2b915ef13369 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 17 Apr 2022 16:49:47 -0700 Subject: ui: configure position for async shell buffer --- emacs/custom/my-ui.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/custom') diff --git a/emacs/custom/my-ui.el b/emacs/custom/my-ui.el index f798f0a..4bb3254 100644 --- a/emacs/custom/my-ui.el +++ b/emacs/custom/my-ui.el @@ -118,7 +118,7 @@ (window-height . 0.16) (side . top) (slot . 0)) - ("\\*\\(Backtrace\\|Warnings\\|Compile-Log\\|Flymake log\\)\\*" + ("\\*\\(Backtrace\\|Warnings\\|Compile-Log\\|Flymake log\\|Async Shell Command\\)\\*" (display-buffer-in-side-window) (window-height . 0.16) (side . top) -- cgit 1.4.1