I've used cabbage for several days, and using cabbage to manage all my configurations now. I want to port my old configurations to cabbage bundles.
But the problem is that some of my configurations are small module(small bundle), I don't think these small bundles need to be merged into cabbage master branch , I just use them as local bundles.
The only way is to put these bundles to cabbage-repository/bundles, however, I think cabbage-repository/bundles directory is immutable, it can only be updated via git pull. So I create "~/.emacs.d/bundles", and modify cabbage-bundle-dir temporarily to load the local bundles. What if I want to do the same thing to cabbage-vendor? I mean local vendor loading.
I think local loading should be a useful feature.