diff options
author | Alan Pearce | 2014-04-27 12:30:14 +0100 |
---|---|---|
committer | Alan Pearce | 2014-04-27 12:30:14 +0100 |
commit | 8fbaf0ef1db53650cc391f26519bce3710a6aa77 (patch) | |
tree | bd2fffa3e0c5e325f4a6e831b36bf4e589cb6623 /hooks | |
parent | fa4613b16d19a7389d056f9ad10c2d9590ef1097 (diff) | |
download | nixfiles-8fbaf0ef1db53650cc391f26519bce3710a6aa77.tar.lz nixfiles-8fbaf0ef1db53650cc391f26519bce3710a6aa77.tar.zst nixfiles-8fbaf0ef1db53650cc391f26519bce3710a6aa77.zip |
rcm: Only byte-compile files in elisp directory
Diffstat (limited to 'hooks')
-rwxr-xr-x | hooks/post-up/emacs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/post-up/emacs b/hooks/post-up/emacs index 8bd76096..2e907f7c 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 |