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

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

[nongnu] elpa/helm 612b64b6ca: Fix toggling helm-ff-icon-mode in the hel


From: ELPA Syncer
Subject: [nongnu] elpa/helm 612b64b6ca: Fix toggling helm-ff-icon-mode in the helm-ff-nohighlight-matches setter
Date: Thu, 27 Oct 2022 12:59:12 -0400 (EDT)

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

    Fix toggling helm-ff-icon-mode in the helm-ff-nohighlight-matches setter
---
 helm-files.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/helm-files.el b/helm-files.el
index ed1d57e1a2..d9a11d3a5a 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -829,7 +829,8 @@ present in this list."
   :set (lambda (var val)
          (set var val)
          (setq helm-source-find-files nil)
-         (helm-ff-icon-mode helm-ff-icon-mode)))
+         (when helm-ff-icon-mode
+           (helm-ff-icon-mode 1))))
 
 ;;; Faces
 ;;



reply via email to

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