summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-03-06 17:13:58 -0700
committerSean Whitton <spwhitton@spwhitton.name>2023-03-09 09:50:33 -0700
commite0f4a8ecb84b748a15e4ae5c6f8a0988006624a7 (patch)
tree778039b6c9601c9e5fdde76ad21c1291eb089b64
parent4994d2cb149e69b6f67cf5ff3d62bd4a04b574e1 (diff)
downloaddotfiles-e0f4a8ecb84b748a15e4ae5c6f8a0988006624a7.tar.gz
drop presently-unused regexp component for project-eshell buffers
-rw-r--r--.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index fd2468de..a68b8295 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -1424,7 +1424,7 @@ don't consider windows satisfying the predicate EXCLUDE."
;; not sure about this. I might just use `spw--window-to-frame' when
;; they are not purely informational. How much of an advantage of
;; side windows is the way in which they can be toggled on and off?
- ("\\(\\*\\(eshell\\|scratch\\|compilation\\|scheme\\)\\|-eshell\\*\\)"
+ ("\\*\\(?:eshell\\|scratch\\|compilation\\|scheme\\)"
(display-buffer-pop-up-window display-buffer-same-window)
(window-height . 0.20)
(preserve-size . (nil . t))