senny/cabbage

Private bundle & vendor directory setup fails

Closed this issue · 3 comments

Hey!

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

  • for private bundles (add-to-list 'cabbage-bundle-dirs (expand-file-name "~/.emacs.d/bundles/"))
  • for private vendor packages (add-to-list 'cabbage-vendor-dirs (expand-file-name "~/.emacs.d/vendor/"))

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

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

Sure, I'll do it later. :)

cheers

The documentation was fixed with #178