summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2012-12-07 13:19:41 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2012-12-07 13:19:41 +0100
commitb6639ca39173a404eee67e7ac783428a2d418c16 (patch)
treea13ac8a75073d179991a40867371d6995b823ef7 /doc
parentddc8425fd2401c366c9f781cf759f4de9448c38f (diff)
doc/Home.mdpp: Update
Diffstat (limited to 'doc')
-rw-r--r--doc/Home.mdpp17
1 files changed, 16 insertions, 1 deletions
diff --git a/doc/Home.mdpp b/doc/Home.mdpp
index a40b78bf..654ffa53 100644
--- a/doc/Home.mdpp
+++ b/doc/Home.mdpp
@@ -37,7 +37,7 @@ First get the files from the git repo:
The Helm git repo is at:
<https://github.com/emacs-helm/helm>
- There, you will find tarballs of differents versions.
+ There, you will find tarballs of differents versions in the `Tags` section.
To get it with git:
@@ -49,6 +49,21 @@ Edit your `init.el` file and add:
(add-to-list 'load-path "/path/to/helm/directory")
(require 'helm-config)
+For a quick try, you can also run the shell script provided with helm if your system support it:
+
+ ./emacs-helm.sh
+
+NOTE: If you install Helm in a different way using your own autoloads and personal configuration,
+ be sure to know and understand what you are doing, otherwise expect diverses bugs and failures.
+ You are warned!
+
+# Debugging
+
+If you experiment problems with helm, be sure to reproduce the problem starting with `emacs -Q`
+and then installing Helm as described in the Install section.
+You can also run `emacs-helm.sh` directly if supported by your system.
+
+
# General helm commands
Helm needs you to remember only a few binding unlike all others Emacs