From: Mark Wooding Date: Sat, 3 Nov 2012 11:26:30 +0000 (+0000) Subject: dot/emacs: Longer logs by default in Magit. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/0f2aab7bf3c99841ef3090480a0cbde310782a30?hp=e6aa2f00f3c5a5d4f684c0f4c24ebc6388ebc9a1 dot/emacs: Longer logs by default in Magit. --- diff --git a/dot/emacs b/dot/emacs index 7bc0368..1a69858 100644 --- a/dot/emacs +++ b/dot/emacs @@ -59,6 +59,8 @@ (not (memq 'git vc-handled-backends)) (setq vc-handled-backends (cons 'GIT vc-handled-backends))) +(setq magit-log-cutoff-length 512) + (trap (or mdw-fast-startup (require 'p4))) (trap (or mdw-fast-startup (require 'tex-site)))