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

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

[nongnu] elpa/helm 57a54ad97e: Update helm-ff-icon-mode docstring


From: ELPA Syncer
Subject: [nongnu] elpa/helm 57a54ad97e: Update helm-ff-icon-mode docstring
Date: Thu, 24 Feb 2022 08:58:23 -0500 (EST)

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

    Update helm-ff-icon-mode docstring
---
 helm-files.el | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/helm-files.el b/helm-files.el
index 9460818ac6..5fcbcda12d 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -4109,7 +4109,11 @@ If SKIP-BORING-CHECK is non nil don't filter boring 
files."
 
 ;;;###autoload
 (define-minor-mode helm-ff-icon-mode
-    "Display icons from `all-the-icons' package in HFF when enabled."
+    "Display icons from `all-the-icons' package in HFF when enabled.
+
+NOTE: This mode is building `helm-source-find-files', so if you enable
+it from your init file, ensure to call it _after_ your defmethod's
+`helm-setup-user-source' definitions (if some) to ensure they are called."
   :global t
   (require 'all-the-icons)
   (if helm-ff-icon-mode



reply via email to

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