aboutsummaryrefslogtreecommitdiff
path: root/config.org
diff options
context:
space:
mode:
Diffstat (limited to 'config.org')
-rw-r--r--config.org3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.org b/config.org
index 8aa1521..f0ca2d9 100644
--- a/config.org
+++ b/config.org
@@ -1608,6 +1608,9 @@ For a long time I really struggled with Emacs tab completion. It still only kind
*** Version control
#+begin_src emacs-lisp :tangle bard-emacs-modules/bard-emacs-prog.el :mkdirp yes
;; Version control
+
+ (setq vc-follow-symlinks t)
+
(use-package magit
:ensure t
:config