From 0b7b0853a11825e3846f0d538d597f4a0ce44980 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Thu, 26 Nov 2020 09:02:36 +0200 Subject: [PATCH] Document the vendor folder --- vendor/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 vendor/README.md diff --git a/vendor/README.md b/vendor/README.md new file mode 100644 index 0000000..afd631c --- /dev/null +++ b/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`.