diff options
Diffstat (limited to 'bard-emacs-modules')
| -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 6df9fdb..88bbe05 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) |
