branch: elpa/helm commit 127f3fe60e73c47a8bfec5cc08ecd5ec2cf34d0b Author: Przemysław Kryger <pkry...@gmail.com> Commit: Przemysław Kryger <pkry...@gmail.com>
Add autoload to helm-highlight-files 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. --- 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."