Skip to content

Commit

Permalink
tweak(nerd-icons): register nerd-icons-install-fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jun 12, 2023
1 parent 99834d5 commit c83ef08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/me-core-ui.el
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ Useful for keeping track of the enabled theme."

(use-package nerd-icons
:straight t
:init
(+register-build-function! nerd-icons-install-fonts)
:config
;; Show .m files as matlab/octave files (integral icon)
(setcdr (assoc "m" nerd-icons-extension-icon-alist)
Expand Down

0 comments on commit c83ef08

Please sign in to comment.