summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMakmiller <makmiller@gmail.com>2013-08-29 01:45:43 -0600
committerMakmiller <makmiller@gmail.com>2013-08-29 01:45:43 -0600
commit09386f76f0209b61969903557a12bd589cb9786b (patch)
tree3861a69705c3c130a43b0ae70689a2b305d0b004 /doc
parent586a261befc5819653e116ae74b2f1f3c0d92df0 (diff)
typo: pcomplete --> eshell-pcomplete
Diffstat (limited to 'doc')
-rw-r--r--doc/Home.mdpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Home.mdpp b/doc/Home.mdpp
index 7075b95d..c06ca7af 100644
--- a/doc/Home.mdpp
+++ b/doc/Home.mdpp
@@ -828,7 +828,7 @@ is to enable it with helm support.
> (add-hook 'eshell-mode-hook
> #'(lambda ()
> (define-key eshell-mode-map
-> [remap pcomplete]
+> [remap eshell-pcomplete]
> 'helm-esh-pcomplete)))
Now when hitting `TAB`, you should have helm pcompletion.