all repos — archive/dotfiles @ eaff8a793480afc2e3f9f27d1c0c6280091c9fdb

Superseded by nixfiles

Fix init.el being generated in dotfiles
Alan Pearce alan.pearce@spotcap.com
Thu, 07 Jul 2016 16:23:16 +0200
commit

eaff8a793480afc2e3f9f27d1c0c6280091c9fdb

parent

ea6f0d0b28a6a4a31954e463077715580fc53145

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M hooks/post-up/emacshooks/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\")