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

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

[elpa] externals/kind-icon 03a40826d6: autoloads


From: ELPA Syncer
Subject: [elpa] externals/kind-icon 03a40826d6: autoloads
Date: Wed, 4 May 2022 14:57:39 -0400 (EDT)

branch: externals/kind-icon
commit 03a40826d6ce576e3b8ac64c528b9fe57e08101b
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>

    autoloads
---
 kind-icon.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kind-icon.el b/kind-icon.el
index 52ee5917ad..f1f4edb137 100644
--- a/kind-icon.el
+++ b/kind-icon.el
@@ -280,6 +280,7 @@ background-color."
              (propertize (concat pad-left "??" pad-right) 'face 
font-lock-warning-face)))
        kind-icon--unknown)))
 
+;;;###autoload
 (defun kind-icon-margin-formatter (metadata)
   "Return a margin-formatter function which produces kind icons.
 METADATA is the completion metadata supplied by the caller (see
@@ -312,6 +313,7 @@ and its result used as the affixation suffix, first setting 
the
                          suffix))))
              candidates)))
 
+;;;###autoload
 (defun kind-icon-enhance-completion (completion-function)
     "A wrapper for completion-in-region-functions.
 This wrapper sets a custom affixation-function which places an



reply via email to

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