aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules/bard-emacs-window.el
diff options
context:
space:
mode:
authorbard <[email protected]>2024-03-24 22:51:55 -0400
committerbard <[email protected]>2024-03-24 22:51:55 -0400
commitd6d280b8ad1b3cc89c96d68894e677e771aacabe (patch)
tree98d83554d99b4981e8360776ca84c3991ba44e55 /bard-emacs-modules/bard-emacs-window.el
parent1fb0c8dc6bedbdabd625dc133bd5a5191ee0c6c0 (diff)
regex didn't work, revert
Diffstat (limited to 'bard-emacs-modules/bard-emacs-window.el')
-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 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)