summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-06-16 01:13:12 -0400
committerKyle Meyer <kyle@kyleam.com>2016-06-16 01:13:12 -0400
commit003f7cc95a8be3a025738e9d566f9efc6a553bfc (patch)
treed4813c3e10f807b730263e6096fe7d95b04b5027
parent240061b43c9362cfd9bc4efdbbeb1cfd11b1415a (diff)
downloademacs.d-003f7cc95a8be3a025738e9d566f9efc6a553bfc.tar.gz
magit: Use separate popup for branch config
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
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/"))