]> code.delx.au - dotemacs/blobdiff - lisp/my-vc.el
Improved tide-project-root to understand git and package.json
[dotemacs] / lisp / my-vc.el
index 507083081cd317865eaa119601cb2be2f64654c2..f05f2a374662e56b53e6dd91546da96b50c771d1 100644 (file)
 
 (setq magit-completing-read-function 'ivy-completing-read)
 (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)