all repos — archive/dotfiles @ 560868dbb5e7d19d166bab4da1d0221adba887bb

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