diff options
author | Kyle Meyer <kyle@kyleam.com> | 2019-01-14 21:32:57 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2019-01-15 21:08:33 -0500 |
commit | 5c0cdb928aacee735a0772249241eb840dee6b79 (patch) | |
tree | d6835cdd92dce1d8bf52c42cd62c14f9b9632a3f | |
parent | 62638eadcd4a371796562590a988a68b1821c53a (diff) | |
download | emacs.d-5c0cdb928aacee735a0772249241eb840dee6b79.tar.gz |
magit: Don't set --output-directory
-rw-r--r-- | init.el | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -952,8 +952,6 @@ (delete "--track" magit-branch-arguments)) (setq magit-branch-popup-show-variables nil) - (setq magit-patch-arguments '("--output-directory=outgoing/")) - (setq magit-show-refs-arguments '("--sort=-committerdate")) (remove-hook 'magit-refs-sections-hook #'magit-insert-tags) |