diff --git a/emacs.org b/emacs.org index 5c44d50..e093e90 100644 --- a/emacs.org +++ b/emacs.org @@ -1966,6 +1966,15 @@ ;; The Custom interface is also supported for tuning the variable above. ) + (use-package kind-icon + :after corfu + :custom + (kind-icon-blend-background t) + (kind-icon-default-face 'corfu-default) ; only needed with blend-background + :config + (add-to-list 'corfu-margin-formatters #'kind-icon-margin-formatter)) + + ;; Add extensions (use-package cape ;; Bind dedicated completion commands