diff --git a/config/emacs/init.el b/config/emacs/init.el index 9dc2431..61b7325 100644 --- a/config/emacs/init.el +++ b/config/emacs/init.el @@ -379,6 +379,9 @@ (global-ligature-mode t)) (use-package magit + :after nerd-icons + :custom + (magit-format-file-function #'magit-format-file-nerd-icons) :defer t) (use-package magit-todos