emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/helm c8031c7aef 1/2: Highlight bookmark insert candidates


From: ELPA Syncer
Subject: [nongnu] elpa/helm c8031c7aef 1/2: Highlight bookmark insert candidates in HFF
Date: Wed, 11 Sep 2024 16:00:08 -0400 (EDT)

branch: elpa/helm
commit c8031c7aefba0dae3885423beb49ebbbaa7a5954
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]