From 0e2e827dd3103c3cd354048de1475f79b5ea5335 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 18 May 2013 22:00:15 +0100 Subject: Byte-compile all the emacs files --- install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install b/install index efc03cb..dfb8d5f 100755 --- a/install +++ b/install @@ -46,8 +46,7 @@ popd if [[ -x =emacs ]] then - emacs --batch -f batch-byte-compile ~/.emacs.d/init.el - emacs --batch -f batch-byte-compile ~/.emacs.d/elisp/*.el + emacs --batch --eval '(batch-byte-recompile-directory 0)' ~/.emacs.d/ fi fasd_cache=~/.zsh/cache/fasd-init-zsh -- cgit 1.4.1