diff options
author | Alan Pearce | 2013-05-18 22:00:15 +0100 |
---|---|---|
committer | Alan Pearce | 2013-05-18 22:00:15 +0100 |
commit | 0e2e827dd3103c3cd354048de1475f79b5ea5335 (patch) | |
tree | e92824ba72fdb7e73a3b8e3447b0321899d509a8 /install | |
parent | 5f93ac74f283ed752b66de9c7fc61815654ba5d6 (diff) | |
download | dotfiles-0e2e827dd3103c3cd354048de1475f79b5ea5335.tar.lz dotfiles-0e2e827dd3103c3cd354048de1475f79b5ea5335.tar.zst dotfiles-0e2e827dd3103c3cd354048de1475f79b5ea5335.zip |
Byte-compile all the emacs files
Diffstat (limited to 'install')
-rwxr-xr-x | install | 3 |
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 |