summaryrefslogtreecommitdiff
path: root/helm-id-utils.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2016-01-05 08:17:45 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-01-05 08:17:45 +0100
commit9a1e66cb71ddc58e0fc2877a2b25d7208f61d661 (patch)
treeaf7638fd335bb446da307cacf43e15d1fe23f799 /helm-id-utils.el
parent0278d3cdd9eba399ab3553290ebca1e3eea82a84 (diff)
Allow customization of truncate-lines in several places.
* helm-grep.el (helm-grep-ag-1): Do it. * helm-id-utils.el (helm-gid): Do it. * helm-regexp.el (helm-moccur-truncate-lines): Do it. New user var. (helm-multi-occur-1): Use it. (helm-occur): Use it. (helm-occur-from-isearch): Use it.
Diffstat (limited to 'helm-id-utils.el')
-rw-r--r--helm-id-utils.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-id-utils.el b/helm-id-utils.el
index 8a7bfb6b..15f6bc42 100644
--- a/helm-id-utils.el
+++ b/helm-id-utils.el
@@ -113,7 +113,7 @@ See <https://www.gnu.org/software/idutils/>."
:db-dir db)
:buffer "*helm gid*"
:keymap helm-grep-map
- :truncate-lines t)))
+ :truncate-lines helm-grep-truncate-lines)))
(provide 'helm-id-utils)