diff options
-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 |