summary refs log tree commit diff stats
path: root/hooks
diff options
context:
space:
mode:
authorAlan Pearce2014-04-27 12:30:14 +0100
committerAlan Pearce2014-04-27 12:30:14 +0100
commit8fbaf0ef1db53650cc391f26519bce3710a6aa77 (patch)
treebd2fffa3e0c5e325f4a6e831b36bf4e589cb6623 /hooks
parentfa4613b16d19a7389d056f9ad10c2d9590ef1097 (diff)
downloaddotfiles-8fbaf0ef1db53650cc391f26519bce3710a6aa77.tar.lz
dotfiles-8fbaf0ef1db53650cc391f26519bce3710a6aa77.tar.zst
dotfiles-8fbaf0ef1db53650cc391f26519bce3710a6aa77.zip
rcm: Only byte-compile files in elisp directory
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