diff options
Diffstat (limited to 'emacs/init.el')
| -rw-r--r-- | emacs/init.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index 589e48a..4129a5c 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -6,6 +6,9 @@ ;; We can't tangle without org! (require 'org) +;; Follow symlinks +(setq vc-follow-symlinks t) + ;; Open the configuration (find-file (concat user-emacs-directory "init.org")) |
