diff options
author | Kyle Meyer <kyle@kyleam.com> | 2016-06-16 01:13:12 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2016-06-16 01:13:12 -0400 |
commit | 003f7cc95a8be3a025738e9d566f9efc6a553bfc (patch) | |
tree | d4813c3e10f807b730263e6096fe7d95b04b5027 | |
parent | 240061b43c9362cfd9bc4efdbbeb1cfd11b1415a (diff) | |
download | emacs.d-003f7cc95a8be3a025738e9d566f9efc6a553bfc.tar.gz |
magit: Use separate popup for branch config
-rw-r--r-- | init.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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/")) |