summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-11-09 14:06:49 +0100
committerGravatar Tom Willemse2015-11-09 14:06:49 +0100
commitf65c7ae64e79f76d0e4e2f28adaec1345e99db7d (patch)
tree43f2226dd777c0c5d63d58a50d74074ff884ba13 /emacs
parente4fcc932e8d86df94bc257979e276bb08cd404ef (diff)
downloaddotfiles-f65c7ae64e79f76d0e4e2f28adaec1345e99db7d.tar.gz
dotfiles-f65c7ae64e79f76d0e4e2f28adaec1345e99db7d.zip
Change expected magit buffer name
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*"