From 33ee27f011374d07f8c5f6508dc1d08d8e9a188e Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 10 Apr 2014 19:49:31 +0100 Subject: Installer: fix emacs detection --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 32a4f26..9da7384 100755 --- a/install +++ b/install @@ -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 -- cgit 1.4.1