Skip to content

Commit

Permalink
tweak(nerd-icons): set an icon for matlab/octave files
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed May 20, 2023
1 parent e317bbf commit 972d3a4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion core/me-core-ui.el
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,11 @@ Useful for keeping track of the enabled theme."
(cdr (assoc "matlab" all-the-icons-extension-icon-alist))))

(use-package nerd-icons
:straight t)
:straight t
:config
;; Show .m files as matlab/octave files (integral icon)
(setcdr (assoc "m" nerd-icons-extension-icon-alist)
'(nerd-icons-mdicon "nf-md-math_integral_box" :face nerd-icons-orange)))

(use-package doom-themes
:straight t)
Expand Down

0 comments on commit 972d3a4

Please sign in to comment.