Browse Source

Document the vendor folder

custom
Bozhidar Batsov 5 years ago
parent
commit
0b7b0853a1
  1. 7
      vendor/README.md

7
vendor/README.md

@ -0,0 +1,7 @@
The main purpose of this folder is to drop here Emacs packages
that for some reason are not available via `package.el` repositories
(e.g. you might want some package available only on EmacsWiki).
Any code that you place here will be available via `require`.
Within Prelude's code you can refer to this folder via
`prelude-vendor-dir`.
Loading…
Cancel
Save