diff options
author | Kyle Meyer <kyle@kyleam.com> | 2016-02-15 01:52:17 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2016-02-15 01:52:17 -0500 |
commit | 8d15b9f5a7de07f2f956fea3ed4007b68a9fb50c (patch) | |
tree | f9bf925ff82f26dd4561322aba80ea18866fde4e | |
parent | 67e3f196e90580e49b25e665006a3352d8da346f (diff) | |
download | emacs.d-8d15b9f5a7de07f2f956fea3ed4007b68a9fb50c.tar.gz |
magit-patch-arguments: Set --output-directory
-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) |