all repos — nixfiles @ 9c6faab4adf09bd93e3ae84174df220538fa9a0b

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

git-hooks/post-checkout (view raw)

1
2
3
4
5
6
#!/usr/bin/env zsh
if [[ -x =emacs ]]
then
	emacs --batch -f batch-byte-compile ~/.emacs.d/init.el
	emacs --batch -f batch-byte-compile ~/.emacs.d/elisp/*.el
fi