branch: elpa/helm commit ed85f18d944830ee813ff0bb12cf82e63cccf70a Merge: 89f24b6767 127f3fe60e Author: Thierry Volpiatto <thie...@posteo.net> Commit: GitHub <nore...@github.com>
Merge pull request #2703 from pkryger/autoload-helm-highlight-files Add autoload to helm-highlight-files --- helm-for-files.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/helm-for-files.el b/helm-for-files.el index 0d55db9229..62d6bd251f 100644 --- a/helm-for-files.el +++ b/helm-for-files.el @@ -156,6 +156,10 @@ small.") ;;; Files in current dir ;; ;; +;; Function `helm-highlight-files' is used in type `helm-type-file'. Ensure that +;; the definition is available for clients, should they need it. +;; See https://github.com/bbatsov/helm-projectile/issues/184. +;;;###autoload (defun helm-highlight-files (files _source) "A basic transformer for helm files sources. Colorize only symlinks, directories and files."