Skip to content

Commit

Permalink
[WIP] add package: kind-icon (pour corfu)…
Browse files Browse the repository at this point in the history
TODO: nécessite de compiler emacs avec le support SVG (cf.
caldwell/build-emacs#37)
  • Loading branch information
arthurleothaud committed Jun 3, 2024
1 parent ec0bf4b commit f1ccb41
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions emacs.org
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1ccb41

Please sign in to comment.