all repos — nixfiles @ 2e96e919e9cff6c70564908ebe2d8fa887680fae

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

RCM: Detect Emacs Cask by folder existance

Alan Pearce
commit

2e96e919e9cff6c70564908ebe2d8fa887680fae

parent

e989bb41e34eeba711047a0263cbfb224bb4beee

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

jump to
M hooks/post-up/emacshooks/post-up/emacs
@@ -2,7 +2,7 @@ #!/usr/bin/env zsh
if [[ -s $commands[emacs] ]] then - if [[ -z $commands[cask] ]] + if [[ ! -d ~/cask ]] then git clone git://github.com/cask/cask ~/.cask if [[ ! -d ~/bin ]]