From c986959cb2945ba21092371cbe45610c083eb033 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 9 Mar 2014 23:03:23 -0400 Subject: Revert "Disable vc for git" I disabled vc for git in b453a51 because I didn't think I used any features of vc and didn't see the point of it taking up space on the mode line. But now I'm missing the option to follow version-controlled symlinks, so I'm turning it back on. --- lisp/init-git.el | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lisp') 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) -- cgit v1.2.3