all repos — archive/dotfiles @ 8fbaf0ef1db53650cc391f26519bce3710a6aa77

Superseded by nixfiles

rcm: Only byte-compile files in elisp directory
Alan Pearce alan@alanpearce.co.uk
Sun, 27 Apr 2014 12:30:14 +0100
commit

8fbaf0ef1db53650cc391f26519bce3710a6aa77

parent

fa4613b16d19a7389d056f9ad10c2d9590ef1097

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M hooks/post-up/emacshooks/post-up/emacs
@@ -14,5 +14,5 @@ fi 	pushd ~/.emacs.d
 	cask install
 	popd
-	emacs --batch --eval '(batch-byte-recompile-directory 0)' ~/.emacs.d/
+	emacs --batch --eval '(batch-byte-recompile-directory 0)' ~/.emacs.d/elisp
 fi