Remove those nasty "Summary: " from commit messages.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 13 Mar 2016 01:46:31 +0200
changeset 1356 850b597650f6
parent 1355 420364dcee32
child 1357 a796e1fddc70
Remove those nasty "Summary: " from commit messages. http://emacs.stackexchange.com/questions/2717/why-does-my-vc-log-buffer-start-with-summary-in-emacs-24-4
.emacs-my
--- a/.emacs-my	Wed Mar 09 17:09:26 2016 +0200
+++ b/.emacs-my	Sun Mar 13 01:46:31 2016 +0200
@@ -2379,6 +2379,9 @@
   )
 (add-hook 'log-edit-mode-hook 'my-log-edit-mode-hook t)
 
+(eval-after-load 'log-edit
+  '(remove-hook 'log-edit-hook 'log-edit-insert-message-template))
+
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 (message "psvn")