branch: elpa/helm
commit c8031c7aefba0dae3885423beb49ebbbaa7a5954
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Highlight bookmark insert candidates in HFF
---
helm-files.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/helm-files.el b/helm-files.el
index 55485b8325..048e7d54e4 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -5674,7 +5674,9 @@ source is `helm-source-find-files'."
"bookmark insert location"
'helm-bookmark-helm-find-files-setup-alist
helm-source-in-buffer
- :filtered-candidate-transformer 'helm-adaptive-sort
+ :filtered-candidate-transformer
+ '(helm-adaptive-sort
+ helm-highlight-bookmark)
:action (lambda (candidate)
(with-selected-window (minibuffer-window)
(delete-minibuffer-contents)