]> code.delx.au - dotemacs/commitdiff
disable magit nagging about long commit messages
authorJames Bunton <jamesbunton@delx.net.au>
Tue, 2 Aug 2016 08:04:13 +0000 (18:04 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Tue, 2 Aug 2016 23:06:17 +0000 (09:06 +1000)
lisp/my-vc.el

index b12ea1c3770d8a668df0c936121d26cd0014a089..f05f2a374662e56b53e6dd91546da96b50c771d1 100644 (file)
@@ -27,6 +27,8 @@
 (setq magit-display-file-buffer-function #'pop-to-buffer)
 (setcdr magit-file-mode-map nil)
 (global-magit-file-mode)
+(setq git-commit-finish-query-functions
+      (delete #'git-commit-check-style-conventions git-commit-finish-query-functions))
 
 
 (require 'vc)