branch: externals/kind-icon commit 03053f9d3cc7b85b433b4c4b2da5653f91c174ef Author: JD Smith <93749+jdtsm...@users.noreply.github.com> Commit: JD Smith <93749+jdtsm...@users.noreply.github.com>
corfu-background changed to corfu-default --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69639d8..6adf5b0 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ To enable for completion UI's with margin-formatters capability such as [corfu]( :ensure t :after corfu :custom - (kind-icon-default-face 'corfu-background) ; to compute blended backgrounds correctly + (kind-icon-default-face 'corfu-default) ; to compute blended backgrounds correctly :config (add-to-list 'corfu-margin-formatters #'kind-icon-margin-formatter)) ```