summary refs log tree commit diff stats
path: root/install
diff options
context:
space:
mode:
authorAlan Pearce2013-05-18 22:00:15 +0100
committerAlan Pearce2013-05-18 22:00:15 +0100
commit0e2e827dd3103c3cd354048de1475f79b5ea5335 (patch)
treee92824ba72fdb7e73a3b8e3447b0321899d509a8 /install
parent5f93ac74f283ed752b66de9c7fc61815654ba5d6 (diff)
downloaddotfiles-0e2e827dd3103c3cd354048de1475f79b5ea5335.tar.lz
dotfiles-0e2e827dd3103c3cd354048de1475f79b5ea5335.tar.zst
dotfiles-0e2e827dd3103c3cd354048de1475f79b5ea5335.zip
Byte-compile all the emacs files
Diffstat (limited to 'install')
-rwxr-xr-xinstall3
1 files changed, 1 insertions, 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