summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el
index 3c04275..0e2cab9 100644
--- a/init.el
+++ b/init.el
@@ -907,6 +907,8 @@
magit-log-show-refname-after-summary t
magit-log-section-arguments nil)
+ (setq magit-list-refs-sortby "-creatordate")
+
(setq magit-log-arguments
(cons "-n75" (cl-remove-if
(lambda (x) (string-prefix-p "-n" x))