From eaff8a793480afc2e3f9f27d1c0c6280091c9fdb Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 7 Jul 2016 16:23:16 +0200 Subject: Fix init.el being generated in dotfiles --- hooks/post-up/emacs | 1 + 1 file changed, 1 insertion(+) (limited to 'hooks') 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\") -- cgit 1.4.1