summary refs log tree commit diff stats
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index 20e72e5..9176902 100755
--- a/install
+++ b/install
@@ -49,7 +49,7 @@ then
 	install-dot projects/dwm/ $target/dwm/*
 fi
 
-if [[ -z $commands[emacs] ]]
+if [[ -s $commands[emacs] ]]
 then
 	emacs --batch --eval '(batch-byte-recompile-directory 0)' ~/.emacs.d/
 fi