diff options
-rwxr-xr-x | hooks/post-up/emacs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/post-up/emacs b/hooks/post-up/emacs index 8bd7609..2e907f7 100755 --- a/hooks/post-up/emacs +++ b/hooks/post-up/emacs @@ -14,5 +14,5 @@ then pushd ~/.emacs.d cask install popd - emacs --batch --eval '(batch-byte-recompile-directory 0)' ~/.emacs.d/ + emacs --batch --eval '(batch-byte-recompile-directory 0)' ~/.emacs.d/elisp fi |