diff options
-rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |