diff options
author | noa | 2025-02-22 16:43:02 +0800 |
---|---|---|
committer | noa | 2025-02-22 16:43:02 +0800 |
commit | eed2144a0f199c378a6da5cb23b6b6c35c128049 (patch) | |
tree | eef0ef57eec13f1daf3f923bacf911247a8de8bd | |
parent | 75266a05673cedb2689ec5b6f0e97adcfce1d14f (diff) |
Remove vc-follow-symlinks config which is set to default value
-rw-r--r-- | emacs/init.el | 4 |
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) |