summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/init.el b/init.el
index 1743f67..709e8e6 100644
--- a/init.el
+++ b/init.el
@@ -886,6 +886,11 @@
magit-revision-insert-related-refs nil
magit-log-section-arguments nil)
+ (setq magit-log-arguments
+ (cons "-n75" (cl-remove-if
+ (lambda (x) (string-prefix-p "-n" x))
+ magit-log-arguments)))
+
(dolist (margin (list magit-cherry-margin
magit-log-margin
magit-log-select-margin