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