#!/usr/bin/env zsh if [[ -s $commands[emacs] ]] then emacs --batch --eval '(batch-byte-recompile-directory 0)' ~/.emacs.d/ fi
hooks/post-up/emacs (view raw)
hooks/post-up/emacs (view raw)
#!/usr/bin/env zsh if [[ -s $commands[emacs] ]] then emacs --batch --eval '(batch-byte-recompile-directory 0)' ~/.emacs.d/ fi