Change expected magit buffer name
This commit is contained in:
parent
e4fcc932e8
commit
f65c7ae64e
1 changed files with 3 additions and 2 deletions
|
@ -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*"
|
||||
|
|
Loading…
Reference in a new issue