diff options
| author | bard <[email protected]> | 2024-03-23 21:58:56 -0400 |
|---|---|---|
| committer | bard <[email protected]> | 2024-03-23 21:58:56 -0400 |
| commit | 88520c3865dbe24cfb6f5830ce13e7b89864f0ab (patch) | |
| tree | d646596c6ccfb7c7e70b2cfda7184a28524dcba2 /bard-emacs-modules/bard-emacs-window.el | |
| parent | f72ffdd1749d85c29df1731d9476146e892a6d99 (diff) | |
better async shell buffer regex
Diffstat (limited to 'bard-emacs-modules/bard-emacs-window.el')
| -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) |
