senny / cabbage

get the maximum out of emacs
http://senny.github.com/cabbage/
156 stars 21 forks source link

Minor updates #89

Closed fred-o closed 12 years ago

fred-o commented 12 years ago

I have some small updates:

  1. The update script wasn't working for me. Apparently sh didn't like the [[ in the if statements, but changing the interpreter to bash works fine. Also, I added a default remote and branch name to the pull statement, as git complained otherwise. A better way to make this work might be to set the correct variables in the git config from the install.sh script.

(Come to think of it, install.sh should probably also use bash instead of sh; the echo statements print the '-e' parameter as it is now)

  1. Updated vendor/eclim to a new version.