summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-07-14 11:21:10 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-07-14 11:21:10 +0200
commit63726a8c159f92edd93bf235ad388e7076810872 (patch)
tree813cc0f124ec6d444b758ec811f38a721c0e1dbc /doc
parent34000024945f7b1cbd654e6c66b33873f77a17ad (diff)
Update wiki.
* doc/Home.mdpp: Do it.
Diffstat (limited to 'doc')
-rw-r--r--doc/Home.mdpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/Home.mdpp b/doc/Home.mdpp
index cbbab90b..80199c84 100644
--- a/doc/Home.mdpp
+++ b/doc/Home.mdpp
@@ -1107,6 +1107,14 @@ accessed via `C-c h`.
## Conventions
+- Class names: It is the mess actually. TODO make a convention for these names.
+
+- Source variable names: Prefix your sources with "helm-source-"
+
+- Help: To give a specific help to your source, create a variable "helm-<my-source>-help-string"
+ And bind it in your source with the `helm-message` slot, it will appear when you use `C-h m` or `C-c ?`.
+
+
## Writing your own helm commands
You create helm command like any command in Emacs, and you invoke in this function `helm`.