summary refs log tree commit diff stats
path: root/git-hooks/post-checkout
blob: dfceaee2f7450866eefacf62b5e954cdf5e25d32 (plain)
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