chiark / gitweb /
dot/emacs: Longer logs by default in Magit.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 3 Nov 2012 11:26:30 +0000 (11:26 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 3 Nov 2012 11:26:30 +0000 (11:26 +0000)
dot/emacs

index 7bc03681f41c69ef5b89746e1e6bf2989fb21e03..1a6985852866510eca0b991f9484996d6a76e9b8 100644 (file)
--- 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)))