Move install functionality to rcm hooks
1 file changed, 6 insertions(+), 0 deletions(-)
changed files
A hooks/post-up/emacs
@@ -0,0 +1,6 @@ +#!/usr/bin/env zsh + +if [[ -s $commands[emacs] ]] +then + emacs --batch --eval '(batch-byte-recompile-directory 0)' ~/.emacs.d/ +fi