Installer: fix emacs detection
33ee27f011374d07f8c5f6508dc1d08d8e9a188e
d36c31e50e28d2b244344d983dfc5c3fd834adb7
@@ -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