all repos — dotfiles @ ef5f08a26dc2fa6dcac05ea5d1cd420d85dec6a7

Superseded by nixfiles

hooks/post-up/emacs (view raw)

1
2
3
4
5
6
#!/usr/bin/env zsh

if [[ -s $commands[emacs] ]]
then
	emacs --batch --eval '(batch-byte-recompile-directory 0)' ~/.emacs.d/
fi