all repos — dotfiles @ abaa898a029505446c6f8cbf3a45d17f9e15a571

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