all repos — archive/dotfiles @ 51eff2f0c46f9bbcb8a4ef02d434702d8f6c4053

Superseded by nixfiles

Merge remote-tracking branch 'origin/master'

Alan Pearce
commit

51eff2f0c46f9bbcb8a4ef02d434702d8f6c4053

parent

f4209abd072fe4a28ddc5656ae96d93b81f58057

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

changed files
M hooks/post-up/emacshooks/post-up/emacs
@@ -1,6 +1,6 @@
#!/bin/sh -EMACS_COMMAND=$(which Emacs || which emacs) +EMACS_COMMAND=$(command -v Emacs || command -v emacs) if [[ -s $EMACS_COMMAND ]] then