summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-07-11 14:13:39 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-07-11 14:13:39 +0200
commit6b247420a6da95a6f8f0970cfa78e6741d940b83 (patch)
tree463b8812cf2300a0e803d4ab3d1954666bb99d35 /README.md
parent3587d24eb0a165c297526bbd6e00add0ab60d9a9 (diff)
* README.md: Update about helm-core.
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index a0f5384a..f64b1fe2 100644
--- a/README.md
+++ b/README.md
@@ -118,6 +118,20 @@ _Note:_ After upgrading from the emacs packaging system you should restart emacs
`Only the extensions present in the github emacs-helm organisation are supported.`
+## Install and use only helm-core package
+
+Third party helm packages can use only helm-core package if they don't need more helm libraries
+for their packages. It is available at http://melpa.org/.
+
+All you need to add in your packages is
+
+ (require 'helm)
+
+This will provide the necessary code to build and run helm sources with multiple regexp matching
+or fuzzy matching.
+
+See [wiki](https://github.com/emacs-helm/helm/wiki#developpingusinghelmframework) for more infos.
+
## Alternate install warning
Some people are installing `helm` with their own config using diverses `require`, `autoload`