summaryrefslogtreecommitdiff
path: root/helm-eshell.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2016-04-08 12:42:13 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-04-08 12:42:13 +0200
commit443178ecff8172d16a3788beae31feb74667d04f (patch)
treea14ee058dc65222d0fb0f2842fb4d9d1306958aa /helm-eshell.el
parent70047bfcf5cd8651e21ead092714de53ff2a0cc3 (diff)
Use multiline in helm-eshell-history-source.
Diffstat (limited to 'helm-eshell.el')
-rw-r--r--helm-eshell.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/helm-eshell.el b/helm-eshell.el
index 4abff66b..dbc170d0 100644
--- a/helm-eshell.el
+++ b/helm-eshell.el
@@ -175,6 +175,7 @@ The function that call this should set `helm-ec-target' to thing at point."
(remove-hook 'minibuffer-setup-hook 'eshell-mode)))
(candidates-file :initform eshell-history-file-name)
(nomark :initform t)
+ (multiline :initform t)
(keymap :initform helm-eshell-history-map)
(candidate-transformer :initform (lambda (candidates)
(reverse candidates)))