summaryrefslogtreecommitdiff
path: root/helm-eshell.el
diff options
context:
space:
mode:
Diffstat (limited to 'helm-eshell.el')
-rw-r--r--helm-eshell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-eshell.el b/helm-eshell.el
index 6f703e1d..0160bc7f 100644
--- a/helm-eshell.el
+++ b/helm-eshell.el
@@ -19,7 +19,7 @@
;;
;; Enable like this in .emacs:
;; (add-hook 'eshell-mode-hook
-;; #'(lambda ()
+;; (lambda ()
;; (eshell-cmpl-initialize)
;; (define-key eshell-mode-map [remap pcomplete] 'helm-esh-pcomplete)
;; (define-key eshell-mode-map (kbd "M-p") 'helm-eshell-history)))