From c93b7f1908815d1e6741871c8b9979d0fbadae29 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 26 Oct 2017 18:03:09 -0400 Subject: Don't use a custom value for magit-uniquify-buffer-names As of Magit's 7edecce4 (Append an asterisk to buffer names when possible, 2017-10-09), the default value gives the same result when magit-uniquify-buffer-names is nil. --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index e1f6b97..b8a7007 100644 --- a/init.el +++ b/init.el @@ -946,8 +946,8 @@ (lambda (x) (string-prefix-p "-n" x)) magit-log-arguments))) - (setq magit-uniquify-buffer-names nil - magit-buffer-name-format "*%M%v: %t*") + (setq magit-uniquify-buffer-names nil) + (setq magit-no-confirm '(stage-all-changes unstage-all-changes reverse)) (add-to-list 'magit-blame-disable-modes 'lispy-mode) -- cgit v1.2.3