Fix init.el being generated in dotfiles
Alan Pearce alan.pearce@spotcap.com
Thu, 07 Jul 2016 16:23:16 +0200
1 files changed, 1 insertions(+), 0 deletions(-)
jump to
M hooks/post-up/emacs → 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\")