senny / cabbage

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

Private bundle & vendor directory setup fails #176

Closed tonini closed 11 years ago

tonini commented 11 years ago

Hey!

As in the readme file illustrated, you should put the following on top of the ~/.emacs.d/config.el file.

But this isn't working because the cabbage-bundle-dirs and cabbage-vendor-dirs methods aren't initialized at this time.

If you add the directory to the variables in to the local.el file it's working.

cheers

jone commented 11 years ago

Indeed, I also have mine in local.el. Could you update the readme and make a pull-request?

tonini commented 11 years ago

Sure, I'll do it later. :)

cheers

senny commented 11 years ago

The documentation was fixed with #178