diff options
| author | bard <[email protected]> | 2024-03-24 22:51:55 -0400 |
|---|---|---|
| committer | bard <[email protected]> | 2024-03-24 22:51:55 -0400 |
| commit | d6d280b8ad1b3cc89c96d68894e677e771aacabe (patch) | |
| tree | 98d83554d99b4981e8360776ca84c3991ba44e55 | |
| parent | 1fb0c8dc6bedbdabd625dc133bd5a5191ee0c6c0 (diff) | |
regex didn't work, revert
| -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) |
