all repos — dotfiles @ 606c29d286a3da41da310faaa008d1a0280decd7

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