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

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

[nongnu] elpa/helm f030e584b7: Use icons in helm-read-file-name when hel


From: ELPA Syncer
Subject: [nongnu] elpa/helm f030e584b7: Use icons in helm-read-file-name when helm-ff-icon-mode is enabled
Date: Sun, 27 Feb 2022 06:58:28 -0500 (EST)

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

    Use icons in helm-read-file-name when helm-ff-icon-mode is enabled
---
 helm-mode.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/helm-mode.el b/helm-mode.el
index 9e978b802e..76a8ae275e 100644
--- a/helm-mode.el
+++ b/helm-mode.el
@@ -1416,8 +1416,10 @@ Keys description:
                        (remhash helm-ff-default-directory
                                 helm-ff--list-directory-cache))
              :match-on-real t
-             :filtered-candidate-transformer '(helm-ff-fct
-                                               helm-ff-sort-candidates)
+             :filtered-candidate-transformer (delq nil `(helm-ff-fct
+                                                         
helm-ff-sort-candidates
+                                                         ,(and 
helm-ff-icon-mode
+                                                               
'helm-ff-icons-transformer)))
              :persistent-action-if persistent-action-if
              :persistent-help persistent-help
              :volatile t



reply via email to

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