I'm a developer for a package (ycmd) used by spacemacs, and I'd like to try using spacemacs as well. I'd like spacemacs to use the "development version" of my package, i.e. the one I'm hacking on locally. What's the best/proper way to tell spacemacs to use that version of the package rather than the one from melpa?
Right now I'm using the :load-path
argument to use-package
, but this seems to go against the grain a bit. Does spacemacs let me specify a load directory for specific packages in the layer configuration somewhere?
load-path
variable which is automatically set. – syl20bnr Jun 15 '15 at 13:06python
layer that @syl20bnr mentions in this answer now follows those guidelines too, which had me confuddled until I saw your comment :) – mike Jan 24 '17 at 22:52