[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/helm 127f3fe60e 4/8: Add autoload to helm-highlight-files
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/helm 127f3fe60e 4/8: Add autoload to helm-highlight-files |
Date: |
Tue, 28 Jan 2025 10:00:51 -0500 (EST) |
branch: elpa/helm
commit 127f3fe60e73c47a8bfec5cc08ecd5ec2cf34d0b
Author: Przemysław Kryger <pkryger@gmail.com>
Commit: Przemysław Kryger <pkryger@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."
- [nongnu] elpa/helm updated (89f24b6767 -> 28414e9fd2), ELPA Syncer, 2025/01/28
- [nongnu] elpa/helm 77b022baaf 7/8: Merge branch 'master' of github.com:emacs-helm/helm, ELPA Syncer, 2025/01/28
- [nongnu] elpa/helm ed85f18d94 5/8: Merge pull request #2703 from pkryger/autoload-helm-highlight-files, ELPA Syncer, 2025/01/28
- [nongnu] elpa/helm 1182b4a8e0 3/8: Use helm-x-icons-resolve-alist in buffers, ELPA Syncer, 2025/01/28
- [nongnu] elpa/helm f821a84cf5 1/8: Update NEWS, ELPA Syncer, 2025/01/28
- [nongnu] elpa/helm 28414e9fd2 8/8: Remove 2 more declaration now unneeded, ELPA Syncer, 2025/01/28
- [nongnu] elpa/helm 127f3fe60e 4/8: Add autoload to helm-highlight-files,
ELPA Syncer <=
- [nongnu] elpa/helm 9ccab9e435 2/8: Remove now unneeded decalarations, ELPA Syncer, 2025/01/28
- [nongnu] elpa/helm e810c66240 6/8: Declaring icon vars is no more needed (#2702), ELPA Syncer, 2025/01/28