summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2016-07-07 16:23:16 +0200
committerAlan Pearce2016-07-07 16:23:16 +0200
commiteaff8a793480afc2e3f9f27d1c0c6280091c9fdb (patch)
treea01c7d4f97449ad725399e794817fa48a8bc654d
parentea6f0d0b28a6a4a31954e463077715580fc53145 (diff)
downloaddotfiles-eaff8a793480afc2e3f9f27d1c0c6280091c9fdb.tar.lz
dotfiles-eaff8a793480afc2e3f9f27d1c0c6280091c9fdb.tar.zst
dotfiles-eaff8a793480afc2e3f9f27d1c0c6280091c9fdb.zip
Fix init.el being generated in dotfiles
-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\")