aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules
diff options
context:
space:
mode:
authorDaniel <[email protected]>2024-03-07 12:34:57 -0500
committerDaniel <[email protected]>2024-03-07 12:34:57 -0500
commit89de5ac557c35aca906a9681b2b8ab5c02ebee2d (patch)
tree40e209be2914c9c13bfb029a49856d2daeb41d37 /bard-emacs-modules
parent958d6b2d0e0621c0b6fad550d1fbc7cfa454cfbb (diff)
nerd icons
Diffstat (limited to 'bard-emacs-modules')
-rw-r--r--bard-emacs-modules/bard-emacs-ui.el14
1 files changed, 14 insertions, 0 deletions
diff --git a/bard-emacs-modules/bard-emacs-ui.el b/bard-emacs-modules/bard-emacs-ui.el
index 8c407a3..0698084 100644
--- a/bard-emacs-modules/bard-emacs-ui.el
+++ b/bard-emacs-modules/bard-emacs-ui.el
@@ -138,6 +138,20 @@
;; :bind
;; (("<f9>" . bard/olivetti-toggle)))
+(use-package nerd-icons
+ :ensure t)
+
+(use-package nerd-icons-completion
+ :ensure t
+ :config
+ (nerd-icons-completion-marginalia-setup)
+ (nerd-icons-completion-mode 1))
+
+(use-package nerd-icons-dired
+ :ensure t
+ :config
+ (add-hook 'dired-mode-hook #'nerd-icons-dired-mode))
+
(provide 'bard-emacs-ui)
;;; bard-emacs-ui.el ends here