diff options
author | Franck Cuny <franck@fcuny.net> | 2022-04-17 16:49:47 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-04-17 16:49:47 -0700 |
commit | 32ac2a5609718021f9fd9ed50a1a2b915ef13369 (patch) | |
tree | 3fe47dfc09a56df11f88e2e30713877848c0c716 /emacs | |
parent | elfeed: enable elfeed (diff) | |
download | emacs.d-32ac2a5609718021f9fd9ed50a1a2b915ef13369.tar.gz |
ui: configure position for async shell buffer
Diffstat (limited to 'emacs')
-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) |