summary refs log tree commit diff
diff options
context:
space:
mode:
authornoa2025-02-22 16:43:02 +0800
committernoa2025-02-22 16:43:02 +0800
commiteed2144a0f199c378a6da5cb23b6b6c35c128049 (patch)
treeeef0ef57eec13f1daf3f923bacf911247a8de8bd
parent75266a05673cedb2689ec5b6f0e97adcfce1d14f (diff)
Remove vc-follow-symlinks config which is set to default value
-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)