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

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

[elpa] externals/kind-icon 15de78d 22/51: Update README.md


From: ELPA Syncer
Subject: [elpa] externals/kind-icon 15de78d 22/51: Update README.md
Date: Wed, 17 Nov 2021 15:57:42 -0500 (EST)

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

    Update README.md
---
 README.md | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 61d0a1a..aacae14 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,15 @@
-# kind-icon — Rich icons for in-buffer completion
-This emacs package adds icon or text-based completion prefixes based on the 
`:company-kind` property many completion backends (such as lsp-mode) provide.  
It works either as a "kind-formatter" function (e.g. for corfu) or by wrapping 
the completion function for other completion UI's which handle the Emacs 28+ 
`affixation-function` completion property. 
+# kind-icon — colorful icons for completion in Emacs
+This emacs package adds icon or text-based completion prefixes based on the 
`:company-kind` property many completion backends (such as lsp-mode) provide.  
It works either as a "kind-formatter" function (for supporting UI's such as 
corfu) or by wrapping the completion function for other completion UI's which 
can handle the Emacs 28+ `affixation-function` completion property. 
 
 ## Examples
 
-- **`kind-icon` with [corfu](https://github.com/minad/corfu) and 
[orderless](https://github.com/oantolin/orderless), from 
[lsp-mode](https://github.com/emacs-lsp/lsp-mode) :**
+A few examples of `kind-icon` in action:
+
+- **With [corfu](https://github.com/minad/corfu) and 
[orderless](https://github.com/oantolin/orderless), from 
[lsp-mode](https://github.com/emacs-lsp/lsp-mode) :**
 
   
![image](https://user-images.githubusercontent.com/93749/141227979-9f22cbb6-8029-42f1-86b4-f4cdd03636b2.png)
   
-- **With text-based icons:**
+- **Using text-based icons:**
 
   
![image](https://user-images.githubusercontent.com/93749/141225205-9a718be8-f352-451f-892b-aaacae1eeaf6.png)
 



reply via email to

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