spacemacs/doc
MadAnd 9f3e656c8f Add support for building multi-file local packages with Quelpa
At the moment a Quelpa recipe like `(recipe :fetcher local)` is being translated
to something like
`(recipe :fetcher file :path "my-layer/local/my-pkg/my-pkg.el")`. So we can
build simple single-file local packages.

This commit changes it to translate to the package directory instead of exact lisp
file, so we can build multi-file local packages. Thus, the above example will be
translated to `(recipe :fetcher file :path "my-layer/local/my-pkg")`.

Also, add the relevant info to LAYERS.org.
2017-05-14 13:39:02 -04:00
..
img
BEGINNERS_TUTORIAL.org
CONVENTIONS.org CONVENTIONS.org: update evilify macro name 2017-05-14 12:33:16 -04:00
DOCUMENTATION.org Add custom layout for mu4e buffers 2017-05-04 00:32:35 -04:00
FAQ.org docker: add develop tag to spacemacs-docker images 2017-05-14 12:48:53 -04:00
LAYERS.org Add support for building multi-file local packages with Quelpa 2017-05-14 13:39:02 -04:00
QUICK_START.org
VIMUSERS.org