summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-03-29 10:13:49 -0700
committerSean Whitton <spwhitton@spwhitton.name>2023-03-29 12:53:42 -0700
commit06438c547a61dd238a2da63168d5f098b413944a (patch)
treeef27d9c366f41e0e3d6627b6ac09ed4abc698ba1
parent4c4de025e45f2a43806436ece0f8193ada48f6fb (diff)
downloaddotfiles-06438c547a61dd238a2da63168d5f098b413944a.tar.gz
try using spw/display-buffer-pop-up-or-same-window for more buffers
-rw-r--r--.emacs.d/init.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 93fdc6a8..dd56ceee 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -1482,10 +1482,9 @@ don't consider windows satisfying the predicate EXCLUDE."
(,(concat "^\\*" (regexp-opt '("eshell" "scratch" "compilation"
"scheme" "inferior-lisp"
"slime-repl" "sly-mrepl")))
- (display-buffer-pop-up-window display-buffer-same-window)
+ spw/display-buffer-pop-up-or-same-window
(window-height . 0.20)
- (preserve-size . (nil . t))
- (inhibit-same-window . t))
+ (preserve-size . (nil . t)))
("^\\*vc\\(?:-reflog\\)?-diff\\*"
spw/display-buffer-pop-up-or-same-window)