summaryrefslogtreecommitdiff
path: root/helm-misc.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-06-11 21:38:05 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-06-11 21:38:05 +0200
commitd5d2a8a772e1f633b4ecf1f78de3a14ae7666609 (patch)
tree8c486105c51640f6b83a35296774b23d220408ee /helm-misc.el
parentb88e210446afcfb3afc2db8baf4e27ef495f70e6 (diff)
Allow setting truncate line in helm-mini with helm-buffers-truncate-line.
* helm-misc.el (helm-mini): Use helm-buffers-truncate-line.
Diffstat (limited to 'helm-misc.el')
-rw-r--r--helm-misc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-misc.el b/helm-misc.el
index a49dae03..f0c1dab1 100644
--- a/helm-misc.el
+++ b/helm-misc.el
@@ -299,7 +299,7 @@ It is added to `extended-command-history'.
(helm :sources helm-mini-default-sources
:buffer "*helm mini*"
:ff-transformer-show-only-basename nil
- :truncate-lines t))
+ :truncate-lines helm-buffers-truncate-line))
;;;###autoload
(defun helm-minibuffer-history ()