Use nerd icons in magit

This commit is contained in:
Tobias Ostner 2025-02-27 11:03:05 +01:00
parent 1dfc426782
commit 5e66f3e6cd

View file

@ -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