summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/init-git.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/init-git.el b/lisp/init-git.el
index 4c73502..3ed7caf 100644
--- a/lisp/init-git.el
+++ b/lisp/init-git.el
@@ -30,9 +30,4 @@ Useful for non-source code repos (e.g., Org mode note files)."
magit-completing-read-function 'magit-ido-completing-read
magit-log-show-margin nil)
-
-;; Don't use vc for git.
-(setq vc-handled-backends
- (delete 'Git vc-handled-backends))
-
(provide 'init-git)