diff options
author | Kyle Meyer <kyle@kyleam.com> | 2017-01-06 20:21:35 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2017-01-16 18:51:46 -0500 |
commit | 1715951625f404a57665d540d62c76f46ce5336f (patch) | |
tree | 482fa29c628809f2669d24f98296248ab67703b4 | |
parent | 4de2adeff7251f272e58baf0be78eda81546a46f (diff) | |
download | emacs.d-1715951625f404a57665d540d62c76f46ce5336f.tar.gz |
Go back to :use-prefix default for magit-patch-popup
-rw-r--r-- | init.el | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -907,8 +907,6 @@ (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/")) (setq magit-status-sections-hook |