summaryrefslogtreecommitdiff
path: root/doc/Home.mdpp
diff options
context:
space:
mode:
authorChunyang Xu <xuchunyang56@gmail.com>2015-06-02 14:05:49 +0800
committerChunyang Xu <xuchunyang56@gmail.com>2015-06-02 14:05:49 +0800
commitd62d48e909b288573c13accc37c03559c7482c7b (patch)
tree509163932c09568e7030c9493be5a190b79af996 /doc/Home.mdpp
parent45a96e6f3f6e9f1e689c92e74ed6c92e00b692f3 (diff)
* doc/Home.mdpp: Fix eshell alias error
Diffstat (limited to 'doc/Home.mdpp')
-rw-r--r--doc/Home.mdpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Home.mdpp b/doc/Home.mdpp
index 3ed60edb..21469881 100644
--- a/doc/Home.mdpp
+++ b/doc/Home.mdpp
@@ -340,7 +340,7 @@ your eshell aliases. This allow you creating personal actions for
- Because eshell accept shell commands but also elisp functions.
-All these command should end with `https://github.com/emacs-helm/helm/issues/495`.
+All these command should end with `$1`.
You will have completion against all these aliases once eshell is loaded (start it once before using
helm-find-files).
@@ -349,7 +349,7 @@ helm-find-files).
Go in eshell, an enter at prompt:
- alias my_alias command https://github.com/emacs-helm/helm/issues/495
+ alias my_alias command $1
NOTE: don`t forget to escape the $.