all repos — nixfiles @ 676c0b09332ae0159106c79d1f88fd8c706b4ed0

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

RCM: Tangle Emacs init file on install

Alan Pearce
commit

676c0b09332ae0159106c79d1f88fd8c706b4ed0

parent

fd72b1680ad33c4976c588471b03144655b62911

1 file changed, 6 insertions(+), 1 deletion(-)

jump to
M hooks/post-up/emacshooks/post-up/emacs
@@ -13,6 +13,11 @@ ln -s ~/.cask/bin/cask ~/bin/cask
fi pushd ~/.emacs.d cask install + emacs --batch --eval "(progn +(find-file \"init.org\") +(require 'ob-tangle) +(org-babel-tangle nil \"init.el\") +(byte-compile-file \"init.el\") +)" popd - emacs --batch --eval '(batch-byte-recompile-directory 0)' ~/.emacs.d/elisp fi