feat(magit): support for nerd-icons
This commit is contained in:
committed by
Rahul M. Juliato
parent
a52de45861
commit
25d77fed2b
3
init.el
3
init.el
@@ -826,6 +826,9 @@
|
|||||||
(use-package magit
|
(use-package magit
|
||||||
:ensure t
|
:ensure t
|
||||||
:straight t
|
:straight t
|
||||||
|
:config
|
||||||
|
(if ek-use-nerd-fonts ;; Check if nerd fonts are being used
|
||||||
|
(setopt magit-format-file-function #'magit-format-file-nerd-icons)) ;; Turns on magit nerd-icons
|
||||||
:defer t)
|
:defer t)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user