[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/kind-icon 84e6654 10/51: doc cleanup
From: |
ELPA Syncer |
Subject: |
[elpa] externals/kind-icon 84e6654 10/51: doc cleanup |
Date: |
Wed, 17 Nov 2021 15:57:40 -0500 (EST) |
branch: externals/kind-icon
commit 84e66544deff608eb84017e4dfccdb2dc4f1e7f2
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>
doc cleanup
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index d64c80c..249303c 100644
--- a/README.md
+++ b/README.md
@@ -19,9 +19,9 @@ Defaults should normally work fine, but some of the important
configuration vari
- `kind-prefix-use-icons`: If non-nil (the default), prefer icons for prefix
badges.
-- `kind-prefix-mapping`: This is the top level configuration mapping
`:company-kind` "types" like `'variable` and `'function`. Each item in this
list has the format `sym short-text plist` where `sym` is the kind (a symbol),
short-text is the abbreviated text to display (if icons are not used). The
`plist` is a property list with optional keys `:icon` and `:face`. The latter
will be used to set the text foreground and background colors on the badge.
The former is a string name from th [...]
+- `kind-prefix-mapping`: This is the top level configuration mapping
`:company-kind` "types" like `'variable` and `'function`. Each item in this
list has the format `(sym short-text :keyword value ...)` where `sym` is the
kind (a symbol), and `short-text` is the abbreviated text to display (if icons
are not used). The rest of the list is a property list with optional keys
`:icon` and `:face`. The latter will be used to set the text foreground and
background colors on the badge. The f [...]
-- `kind-prefix-default-face`: A face from which background color will be taken
and blended with the `:face` foreground color in the mapping table to create a
custom background color. If not set, the frame default background will be used
for this purpose. Similarly, the foreground color for this face, if set, will
be used if a `:face` foreground is missing from the mapping.
+- `kind-prefix-default-face`: A face from which background color will be taken
and blended with the `:face` foreground color in the mapping table to create a
custom background color. If not set, the frame default background color will
be used for this purpose. Similarly, the foreground color for this face, if
set, will be used if a `:face` foreground is missing from the mapping.
- `kind-prefix-blend-frac`: The fractional blend between custom badge
`:face` foreground and background (see above) color to use as a custom
- [elpa] branch externals/kind-icon created (now 4b3a770), ELPA Syncer, 2021/11/17
- [elpa] externals/kind-icon d7746f8 05/51: Check inherited default face background and foreground., ELPA Syncer, 2021/11/17
- [elpa] externals/kind-icon 918eb89 06/51: Docs, ELPA Syncer, 2021/11/17
- [elpa] externals/kind-icon 5a3b723 01/51: Initial commit, ELPA Syncer, 2021/11/17
- [elpa] externals/kind-icon c8a43e5 02/51: Initial, ELPA Syncer, 2021/11/17
- [elpa] externals/kind-icon 4b066c6 03/51: Rename and remove corfu dependency, ELPA Syncer, 2021/11/17
- [elpa] externals/kind-icon 7f9ba65 04/51: Initial kind-prefix import, ELPA Syncer, 2021/11/17
- [elpa] externals/kind-icon f96c6a4 08/51: Add provide, ELPA Syncer, 2021/11/17
- [elpa] externals/kind-icon 84e6654 10/51: doc cleanup,
ELPA Syncer <=
- [elpa] externals/kind-icon 3b25b8d 27/51: Update README.md, ELPA Syncer, 2021/11/17
- [elpa] externals/kind-icon ffa75e7 21/51: Update README.md, ELPA Syncer, 2021/11/17
- [elpa] externals/kind-icon 01d76af 07/51: Make kind-prefix-reset-cache a command, ELPA Syncer, 2021/11/17
- [elpa] externals/kind-icon eaeea12 12/51: Doc, ELPA Syncer, 2021/11/17
- [elpa] externals/kind-icon 3b0c9c3 11/51: Renamed kind-icon, ELPA Syncer, 2021/11/17
- [elpa] externals/kind-icon 366232c 36/51: Quiet svg-lib-icon warning, ELPA Syncer, 2021/11/17
- [elpa] externals/kind-icon 9a20879 30/51: Use widget-value in customize preview, ELPA Syncer, 2021/11/17
- [elpa] externals/kind-icon 9098597 33/51: Update kinds to match LSP spec, ELPA Syncer, 2021/11/17
- [elpa] externals/kind-icon fcfe9ea 14/51: kind-icon-formatted: 3 char-width icon/centered 1 or 2 char text, ELPA Syncer, 2021/11/17
- [elpa] externals/kind-icon 8d6fa99 46/51: Update README.md, ELPA Syncer, 2021/11/17