From f1ccb41df711e2224a34b80e06d938901d2f3602 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arthur=20L=C3=A9othaud?= Date: Mon, 3 Jun 2024 18:52:43 +0200 Subject: [PATCH] =?UTF-8?q?[WIP]=20add=20package:=20kind-icon=20(pour=20co?= =?UTF-8?q?rfu)=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit TODO: nécessite de compiler emacs avec le support SVG (cf. https://github.com/caldwell/build-emacs/issues/37) --- emacs.org | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/emacs.org b/emacs.org index 5becc7e..aab96e6 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