chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
e6aa2f0
)
dot/emacs: Longer logs by default in Magit.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 3 Nov 2012 11:26:30 +0000
(11:26 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 3 Nov 2012 11:26:30 +0000
(11:26 +0000)
dot/emacs
patch
|
blob
|
blame
|
history
diff --git
a/dot/emacs
b/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)))
(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)))
(trap (or mdw-fast-startup (require 'p4)))
(trap (or mdw-fast-startup (require 'tex-site)))