summaryrefslogtreecommitdiff
path: root/helm-occur.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2019-04-07 19:13:49 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2019-04-07 19:13:49 +0200
commita52049cc51a7db2f2a98c93e0eef7a419271c7a7 (patch)
treec6ac155bb864d1109692680a4b81fdda518fa659 /helm-occur.el
parent0a43a0a2b76c682f4d28712b0ee7b434e214d0e5 (diff)
Make helm-occur header name shorter
Diffstat (limited to 'helm-occur.el')
-rw-r--r--helm-occur.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-occur.el b/helm-occur.el
index d3f62079..a0a8d5f8 100644
--- a/helm-occur.el
+++ b/helm-occur.el
@@ -176,7 +176,7 @@ engine beeing completely different and also much faster."
(cl-loop for buf in buffers
collect
(helm-make-source (or source-name
- (format "Helm moccur in `%s'"
+ (format "HO [%s]"
(buffer-name buf)))
'helm-moccur-class
:buffer-name (buffer-name buf)