diff options
| author | BardofSprites <[email protected]> | 2024-09-03 07:51:22 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2024-09-03 07:51:22 -0400 |
| commit | b8223c9e7eb808184fe52f80e620ba602b893569 (patch) | |
| tree | 53eddd979995c4d452f238b6f4fb529021720163 | |
| parent | 5c89daa268d094a1065a69dbe8633c9a1f8dadb8 (diff) | |
restore nerd icons
| -rw-r--r-- | bard-emacs-modules/bard-emacs-ui.el | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/bard-emacs-modules/bard-emacs-ui.el b/bard-emacs-modules/bard-emacs-ui.el index 616ba39..625b600 100644 --- a/bard-emacs-modules/bard-emacs-ui.el +++ b/bard-emacs-modules/bard-emacs-ui.el @@ -69,6 +69,24 @@ :init (which-key-mode 1)) +(use-package nerd-icons + :ensure t) + +(use-package nerd-icons-completion + :ensure t + :hook (marginalia-mode . nerd-icons-completion-marginalia-setup)) + +(use-package nerd-icons-corfu + :ensure t + :after corfu + :config + (add-to-list 'corfu-margin-formatters #'nerd-icons-corfu-formatter)) + +(use-package nerd-icons-dired + :ensure t + :hook + (dired-mode . nerd-icons-dired-mode)) + (provide 'bard-emacs-ui) ;;; bard-emacs-ui.el ends here |
