summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xhooks/post-up/emacs1
1 files changed, 1 insertions, 0 deletions
diff --git a/hooks/post-up/emacs b/hooks/post-up/emacs
index 1cc19f9..aad74be 100755
--- a/hooks/post-up/emacs
+++ b/hooks/post-up/emacs
@@ -4,6 +4,7 @@ if [[ -s $commands[emacs] ]]
 then
 	pushd ~/.emacs.d
 	emacs --batch --eval "(progn
+(setq vc-follow-symlinks nil)
 (find-file \"init.org\")
 (require 'ob-tangle)
 (org-babel-tangle nil \"init.el\")