all repos — archive/dotfiles @ 33ee27f011374d07f8c5f6508dc1d08d8e9a188e

Superseded by nixfiles

Installer: fix emacs detection
Alan Pearce alan@alanpearce.co.uk
Thu, 10 Apr 2014 19:49:31 +0100
commit

33ee27f011374d07f8c5f6508dc1d08d8e9a188e

parent

d36c31e50e28d2b244344d983dfc5c3fd834adb7

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M installinstall
@@ -50,7 +50,7 @@ then 	install-dot projects/dwm/ $target/dwm/*
 fi
 
-if [[ -x =emacs ]]
+if [[ -z $commands[emacs] ]]
 then
 	emacs --batch --eval '(batch-byte-recompile-directory 0)' ~/.emacs.d/
 fi