summary refs log tree commit diff stats
path: root/hooks/post-up/emacs
blob: f6071b7d3011bacea2b195081906e6713c1f441e (plain)
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