summary refs log tree commit diff stats
path: root/hooks
diff options
context:
space:
mode:
Diffstat (limited to 'hooks')
-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 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