Skip to content

Commit

Permalink
tweak(ui): add nerd-icons explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed May 12, 2023
1 parent 0017976 commit 33e3ffe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/me-core-ui.el
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ Useful for keeping track of the enabled theme."
(setcdr (assoc "m" all-the-icons-extension-icon-alist)
(cdr (assoc "matlab" all-the-icons-extension-icon-alist))))

(use-package nerd-icons
:straight t)

(use-package doom-themes
:straight t)

Expand Down

0 comments on commit 33e3ffe

Please sign in to comment.