all repos — archive/dotfiles @ 0e2e827dd3103c3cd354048de1475f79b5ea5335

Superseded by nixfiles

Byte-compile all the emacs files
Alan Pearce alan@alanpearce.co.uk
Sat, 18 May 2013 22:00:15 +0100
commit

0e2e827dd3103c3cd354048de1475f79b5ea5335

parent

5f93ac74f283ed752b66de9c7fc61815654ba5d6

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

jump to
M installinstall
@@ -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