diff options
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) |