summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--emacs/init.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/emacs/init.el b/emacs/init.el
index ec654ef..b4e26cc 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -758,10 +758,6 @@ With prefix argument TIME, also add the current time."
   :custom
   (global-auto-revert-non-file-buffers t))
 
-(use-package vc-hooks
-  :custom
-  (vc-follow-symlinks 'ask))
-
 ;; Zap up to char
 (global-set-key (kbd "M-z") 'zap-up-to-char)