[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/kind-icon 3746bd4 43/51: Fix function name typo
From: |
ELPA Syncer |
Subject: |
[elpa] externals/kind-icon 3746bd4 43/51: Fix function name typo |
Date: |
Wed, 17 Nov 2021 15:57:47 -0500 (EST) |
branch: externals/kind-icon
commit 3746bd4a7c009a1a13bae728aa7f444afb39eeaf
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>
Fix function name typo
---
kind-icon.el | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/kind-icon.el b/kind-icon.el
index 488597c..941d52b 100644
--- a/kind-icon.el
+++ b/kind-icon.el
@@ -207,7 +207,7 @@ float FRAC."
(+ (* a frac) (* b (- 1.0 frac))))
rgb1 rgb2)))
-(defsubst kind-icon--metdata-get (metadata type-name)
+(defsubst kind-icon--metadata-get (metadata type-name)
(or
(cdr (assq (intern type-name) metadata))
(plist-get completion-extra-properties (intern (format ":%s" type-name)))))
@@ -305,9 +305,9 @@ icon in the prefix slot. Use it like:
(lambda (start end table &optional pred)
(let* ((str (buffer-substring start (point)))
(metadata (completion-metadata str table pred))
- (kind-func (kind-icon--metdata-get metadata "company-kind"))
- (ann-func (kind-icon--metdata-get metadata "annotation-function"))
- (aff-func (kind-icon--metdata-get metadata "affixation-function")))
+ (kind-func (kind-icon--metadata-get metadata "company-kind"))
+ (ann-func (kind-icon--metadata-get metadata "annotation-function"))
+ (aff-func (kind-icon--metadata-get metadata
"affixation-function")))
(when (and kind-func (not aff-func)) ;; add a custom affixation function
(kind-icon-reset-cache)
(setq completion-extra-properties
- [elpa] externals/kind-icon 4896e1e 32/51: Switch module & ruler icons, (continued)
- [elpa] externals/kind-icon 4896e1e 32/51: Switch module & ruler icons, ELPA Syncer, 2021/11/17
- [elpa] externals/kind-icon 21a2861 34/51: Require svg-lib, ELPA Syncer, 2021/11/17
- [elpa] externals/kind-icon 12aa1a9 42/51: Mention how to clear cache, ELPA Syncer, 2021/11/17
- [elpa] externals/kind-icon 8087c8e 44/51: Update README.md, ELPA Syncer, 2021/11/17
- [elpa] externals/kind-icon ba37562 09/51: more docs, ELPA Syncer, 2021/11/17
- [elpa] externals/kind-icon f080f3d 15/51: Remove minor mode in favor of c-in-r-f wrapper function, ELPA Syncer, 2021/11/17
- [elpa] externals/kind-icon b88965b 28/51: Update README.md, ELPA Syncer, 2021/11/17
- [elpa] externals/kind-icon ab3c6d5 24/51: Expand material icon description and mention text-based icons, ELPA Syncer, 2021/11/17
- [elpa] externals/kind-icon 5bf075d 16/51: Add some two character short-text codes, ELPA Syncer, 2021/11/17
- [elpa] externals/kind-icon e4d941b 45/51: Update README.md, ELPA Syncer, 2021/11/17
- [elpa] externals/kind-icon 3746bd4 43/51: Fix function name typo,
ELPA Syncer <=
- [elpa] externals/kind-icon 4b3a770 51/51: Update README.md, ELPA Syncer, 2021/11/17
- [elpa] externals/kind-icon 5defd86 23/51: Clean up install info, ELPA Syncer, 2021/11/17
- [elpa] externals/kind-icon 15de78d 22/51: Update README.md, ELPA Syncer, 2021/11/17
- [elpa] externals/kind-icon ec8b77e 25/51: Update README.md, ELPA Syncer, 2021/11/17
- [elpa] externals/kind-icon 51f77db 50/51: Update README.md, ELPA Syncer, 2021/11/17
- [elpa] externals/kind-icon 1ec82fc 29/51: Update README.md, ELPA Syncer, 2021/11/17
- [elpa] externals/kind-icon 77ad2b4 39/51: Affixation and download warning, ELPA Syncer, 2021/11/17
- [elpa] externals/kind-icon ad66cbe 26/51: Update README.md, ELPA Syncer, 2021/11/17
- [elpa] externals/kind-icon c57ad9d 41/51: Update README.md, ELPA Syncer, 2021/11/17