Fix init.el being generated in dotfiles
1 file changed, 1 insertion(+), 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\")