diff options
Diffstat (limited to 'emacs/custom')
-rw-r--r-- | emacs/custom/my-ui.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |