all repos — nixfiles @ eaff8a793480afc2e3f9f27d1c0c6280091c9fdb

System and user configuration, managed by nix and home-manager

Fix init.el being generated in dotfiles

Alan Pearce
commit

eaff8a793480afc2e3f9f27d1c0c6280091c9fdb

parent

ea6f0d0b28a6a4a31954e463077715580fc53145

1 file changed, 1 insertion(+), 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\")