aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbard <[email protected]>2024-03-15 21:26:12 -0400
committerbard <[email protected]>2024-03-15 21:26:12 -0400
commit0d28dd5075ec71a9ba3acc12df2b1bcabe69cc47 (patch)
tree80e308a933c34b2d176a4ba9bd3b9bed576145a9
parent5009c15a3067c32a26bc467d01a4a2575d88228c (diff)
remove nerd icons
-rw-r--r--bard-emacs-modules/bard-emacs-ui.el14
1 files changed, 0 insertions, 14 deletions
diff --git a/bard-emacs-modules/bard-emacs-ui.el b/bard-emacs-modules/bard-emacs-ui.el
index f4b0e03..d7f6670 100644
--- a/bard-emacs-modules/bard-emacs-ui.el
+++ b/bard-emacs-modules/bard-emacs-ui.el
@@ -104,20 +104,6 @@
(dolist (i custom-enabled-themes)
(disable-theme i)))
-(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