all repos — nixfiles @ 33ee27f011374d07f8c5f6508dc1d08d8e9a188e

System and user configuration, managed by nix and home-manager

Installer: fix emacs detection

Alan Pearce
commit

33ee27f011374d07f8c5f6508dc1d08d8e9a188e

parent

d36c31e50e28d2b244344d983dfc5c3fd834adb7

1 file changed, 1 insertion(+), 1 deletion(-)

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