From 8fbaf0ef1db53650cc391f26519bce3710a6aa77 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 27 Apr 2014 12:30:14 +0100 Subject: rcm: Only byte-compile files in elisp directory --- hooks/post-up/emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hooks/post-up/emacs') diff --git a/hooks/post-up/emacs b/hooks/post-up/emacs index 8bd7609..2e907f7 100755 --- a/hooks/post-up/emacs +++ b/hooks/post-up/emacs @@ -14,5 +14,5 @@ then 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 -- cgit 1.4.1