aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules
diff options
context:
space:
mode:
authorbard <[email protected]>2024-03-23 21:58:56 -0400
committerbard <[email protected]>2024-03-23 21:58:56 -0400
commit88520c3865dbe24cfb6f5830ce13e7b89864f0ab (patch)
treed646596c6ccfb7c7e70b2cfda7184a28524dcba2 /bard-emacs-modules
parentf72ffdd1749d85c29df1731d9476146e892a6d99 (diff)
better async shell buffer regex
Diffstat (limited to 'bard-emacs-modules')
-rw-r--r--bard-emacs-modules/bard-emacs-window.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/bard-emacs-modules/bard-emacs-window.el b/bard-emacs-modules/bard-emacs-window.el
index 88bbe05..6df9fdb 100644
--- a/bard-emacs-modules/bard-emacs-window.el
+++ b/bard-emacs-modules/bard-emacs-window.el
@@ -32,7 +32,7 @@
(define-key global-map (kbd "C-x B") #'select-frame-by-name))
(setq display-buffer-alist
- `(("\\`\\*Async Shell Command\\*\\'"
+ `(("\\`\\*\\(Async Shell Command\\|Async Shell Command\\*\\<.\\>\\)\\*\\'"
(display-buffer-no-window))
("\\`\\*\\(Warnings\\|Compile-Log\\)\\*\\'"
(display-buffer-no-window)