.emacs.d/pkg/nerd-icons.el

7 lines
167 B
EmacsLisp
Raw Normal View History

;; Nerd Font icons.
;; https://github.com/rainstormstudio/nerd-icons.el
(use-package nerd-icons
:ensure t
:custom
(nerd-icons-font-family "FiraCode Nerd Font"))