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*"