RCM: Detect Emacs Cask by folder existance
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M hooks/post-up/emacs → hooks/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 ]]