summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index 7eb4d82..e94eafb 100644
--- a/init.el
+++ b/init.el
@@ -809,6 +809,7 @@
(delete "--track" magit-branch-arguments))
(setq magit-patch-popup
(plist-put magit-patch-popup :use-prefix 'popup))
+ (setq magit-patch-arguments '("--output-directory=outgoing/"))
(remove-hook 'magit-refs-sections-hook #'magit-insert-tags)