summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xhooks/post-up/emacs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/post-up/emacs b/hooks/post-up/emacs
index 8bd76096..2e907f7c 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