summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/init-git.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/init-git.el b/lisp/init-git.el
index b4c6d24..4c73502 100644
--- a/lisp/init-git.el
+++ b/lisp/init-git.el
@@ -31,4 +31,8 @@ Useful for non-source code repos (e.g., Org mode note files)."
magit-log-show-margin nil)
+;; Don't use vc for git.
+(setq vc-handled-backends
+ (delete 'Git vc-handled-backends))
+
(provide 'init-git)