From a6ceaf51e53e6a2d3522ea377232b2a4d8b8d6e7 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 7 Aug 2024 18:03:57 +0100 Subject: [PATCH] Add nerd-icons-corfu back --- README.org | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.org b/README.org index 47e1ddb..60ba0b1 100644 --- a/README.org +++ b/README.org @@ -126,6 +126,13 @@ Configure the look and feel of Emacs :ensure t :after (all-the-icons marginalia-mode) :hook (marginalia-mode . all-the-icons-completion-marginalia-setup)) + + (use-package nerd-icons + :ensure t) + + (use-package nerd-icons-corfu + :ensure t + :after nerd-icons) #+end_src *** Modeline #+begin_src emacs-lisp @@ -1137,6 +1144,8 @@ Configure email with iCalendar event support, to integrate with (corfu-preselect 'directory) :config (require 'corfu-history) + (when (require 'nerd-icons-corfu nil :noerror) + (add-to-list 'corfu-margin-formatters #'nerd-icons-corfu-formatter)) (when (require 'corfu-popupinfo nil :noerror) (corfu-popupinfo-mode +1)) (when (and (require 'corfu-terminal nil :noerror)