summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index c28015f..e335c75 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -1240,8 +1240,9 @@ from myaethon2.core.decorators import (
(stante-after "window"
(setq split-height-threshold 40)
(add-to-list 'display-buffer-alist
- `(,(rx bol "*" (or (and (optional (one-or-more any) "-") "scratch")
- (and "magit: " (one-or-more any))) "*" eol)
+ `(,(rx bol "*" (or (and (optional (one-or-more any) "-") "scratch*")
+ (and "magit: " (one-or-more any)))
+ eol)
display-buffer-same-window))
(add-to-list 'display-buffer-alist
`(,(rx bol "*" (or "Flycheck errors*"