From 3b596fdbef91a3ea43a1096ecb23935f47428345 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Tue, 6 Dec 2016 22:07:46 -0500 Subject: magit: Shorten number of commits in log --- init.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'init.el') 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 -- cgit v1.2.3