all repos — nixfiles @ 8fbaf0ef1db53650cc391f26519bce3710a6aa77

System and user configuration, managed by nix and home-manager

rcm: Only byte-compile files in elisp directory

Alan Pearce
commit

8fbaf0ef1db53650cc391f26519bce3710a6aa77

parent

fa4613b16d19a7389d056f9ad10c2d9590ef1097

1 file changed, 1 insertion(+), 1 deletion(-)

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