branch: elpa/helm
commit 57a54ad97e46b0eee8a7aac96cb27b30b84f400c
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@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