Use nerd icons in magit
This commit is contained in:
parent
1dfc426782
commit
5e66f3e6cd
1 changed files with 3 additions and 0 deletions
|
|
@ -379,6 +379,9 @@
|
||||||
(global-ligature-mode t))
|
(global-ligature-mode t))
|
||||||
|
|
||||||
(use-package magit
|
(use-package magit
|
||||||
|
:after nerd-icons
|
||||||
|
:custom
|
||||||
|
(magit-format-file-function #'magit-format-file-nerd-icons)
|
||||||
:defer t)
|
:defer t)
|
||||||
|
|
||||||
(use-package magit-todos
|
(use-package magit-todos
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue