summaryrefslogtreecommitdiff
path: root/helm-eshell.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-09-30 08:03:24 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-09-30 08:03:24 +0200
commit3ee3df4e9596bb8344e2569cf68376453d57251e (patch)
tree0e53d37eb772c6bcca51bda96a295a864cfa5008 /helm-eshell.el
parent69b8170db414daabc3d301b328aa87d186c8d742 (diff)
Unquote lambda's.
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)))