summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-17 16:49:47 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-17 16:49:47 -0700
commit32ac2a5609718021f9fd9ed50a1a2b915ef13369 (patch)
tree3fe47dfc09a56df11f88e2e30713877848c0c716 /emacs
parentelfeed: enable elfeed (diff)
downloademacs.d-32ac2a5609718021f9fd9ed50a1a2b915ef13369.tar.gz
ui: configure position for async shell buffer
Diffstat (limited to 'emacs')
-rw-r--r--emacs/custom/my-ui.el2
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)