From 0be9ddba702806a47e010f932880bbfd5f71d947 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 9 Jan 2016 03:32:21 -0500 Subject: magit: Don't uniquify --- lisp/init-git.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/init-git.el b/lisp/init-git.el index 85ef138..58d08c6 100644 --- a/lisp/init-git.el +++ b/lisp/init-git.el @@ -46,6 +46,9 @@ magit-log-section-arguments nil magit-log-show-margin nil) +(setq magit-uniquify-buffer-names nil + magit-buffer-name-format "*%M%v: %t*") + (setq git-commit-finish-query-functions nil) (setq magit-no-confirm '(stage-all-changes unstage-all-changes reverse)) -- cgit v1.2.3