diff options
| -rw-r--r-- | bard-emacs-modules/bard-emacs-window.el | 2 |
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) |
