diff options
author | Kyle Meyer <kyle@kyleam.com> | 2017-01-07 21:55:50 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2017-01-16 18:51:46 -0500 |
commit | 335a5a8b7a7db316c226df5bec48d3fcd4f8cf4f (patch) | |
tree | 6d7efc5830520749b63e25bc21db51ca96766de8 | |
parent | 1715951625f404a57665d540d62c76f46ce5336f (diff) | |
download | emacs.d-335a5a8b7a7db316c226df5bec48d3fcd4f8cf4f.tar.gz |
magit: Use '--sort=-committerdate' as default in refs buffer
-rw-r--r-- | init.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -909,6 +909,8 @@ (setq magit-patch-arguments '("--output-directory=outgoing/")) + (setq magit-show-refs-arguments '("--sort=-committerdate")) + (setq magit-status-sections-hook (let ((funcs (list #'magit-insert-unpulled-from-pushremote #'magit-insert-unpulled-from-upstream))) |