diff options
author | Raúl Benencia <id@rbenencia.name> | 2023-05-20 08:29:39 -0700 |
---|---|---|
committer | Raúl Benencia <id@rbenencia.name> | 2023-05-20 08:29:39 -0700 |
commit | 2bfb829d5498aeb9f1426080a3f02ed857efe585 (patch) | |
tree | 68204ef6082a0e236eefbd653b3330dec587bcac /.emacs.local.d/general.el | |
parent | 97eb0f08463c9a749dd418898808b8cddd63b26c (diff) |
emacs: set vc-follow-symlinks
Diffstat (limited to '.emacs.local.d/general.el')
-rw-r--r-- | .emacs.local.d/general.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.emacs.local.d/general.el b/.emacs.local.d/general.el index 88bcfbf..4b26520 100644 --- a/.emacs.local.d/general.el +++ b/.emacs.local.d/general.el @@ -175,3 +175,6 @@ ;; Do not pop-up warnings in every buffer (setq native-comp-async-report-warnings-errors 'silent) + +;; Set this to t if you don't understand what it means +(setq vc-follow-symlinks nil) |