From 003f7cc95a8be3a025738e9d566f9efc6a553bfc Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 16 Jun 2016 01:13:12 -0400 Subject: magit: Use separate popup for branch config --- init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.el b/init.el index 1f74d94..6f6a0f4 100644 --- a/init.el +++ b/init.el @@ -871,6 +871,8 @@ (setq magit-branch-arguments (delete "--track" magit-branch-arguments)) + (setq magit-branch-popup-show-variables nil) + (setq magit-patch-popup (plist-put magit-patch-popup :use-prefix 'popup)) (setq magit-patch-arguments '("--output-directory=outgoing/")) -- cgit v1.2.3