all repos — dotfiles @ 57508b50ff7760eb3afbc18e30324c3bde508dc3

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