From f65c7ae64e79f76d0e4e2f28adaec1345e99db7d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 9 Nov 2015 14:06:49 +0100 Subject: Change expected magit buffer name --- emacs/.emacs.d/init.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'emacs') 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*" -- cgit v1.2.3-54-g00ecf