From 65f9082920ad3d3d92929d68a125986a8c70cd0b Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 12 Apr 2014 18:17:23 +0100 Subject: Move install functionality to rcm hooks --- hooks/post-up/emacs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 hooks/post-up/emacs (limited to 'hooks/post-up/emacs') diff --git a/hooks/post-up/emacs b/hooks/post-up/emacs new file mode 100755 index 0000000..f6071b7 --- /dev/null +++ b/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 -- cgit 1.4.1