summary refs log tree commit diff stats
path: root/hooks
diff options
context:
space:
mode:
authorAlan Pearce2016-07-07 20:35:18 +0200
committerAlan Pearce2016-07-07 20:35:18 +0200
commit4e3692216b416c7128ea7d580ffd87b61332487a (patch)
treed08aefcd4e7ea66bab90c32ae604eef8e885866a /hooks
parenta7d0f41f8f9b676b7a9be4fe8cf760db8ed8ad47 (diff)
parent6afa8022aa833d2452cf16b4161f5258276b4688 (diff)
downloadnixfiles-4e3692216b416c7128ea7d580ffd87b61332487a.tar.lz
nixfiles-4e3692216b416c7128ea7d580ffd87b61332487a.tar.zst
nixfiles-4e3692216b416c7128ea7d580ffd87b61332487a.zip
Merge branch 'master' of git.alanpearce.uk:alan/dotfiles
Diffstat (limited to 'hooks')
-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 1cc19f9f..aad74be7 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\")