Change expected magit buffer name

This commit is contained in:
Tom Willemse 2015-11-09 14:06:49 +01:00
parent e4fcc932e8
commit f65c7ae64e

View file

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