technomancy / emacs-starter-kit

[ARCHIVED] this is ancient history
GNU General Public License v3.0
2.86k stars 887 forks source link

Don't hardcode magit version #100

Closed dakrone closed 13 years ago

dakrone commented 13 years ago

ESK has magit hardcoded at 0.8.1, I don't mind the newer versions, but it's a pain to try and change the version that ESK will let me install.

Is there a way I can install whatever version of magit I'd like? (1.0.0 in my case)

technomancy commented 13 years ago

The dependency that the starter kit declares is only a "at least this version" rather than locked to a specific version. It picks up the latest version when I install here; does it not to the same for you?

dakrone commented 13 years ago

You're correct, this works for me. Sorry, my mistake.