From 5e66f3e6cd3e6f4952feea2a6fd981e8f0e4fa92 Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Thu, 27 Feb 2025 11:03:05 +0100 Subject: [PATCH] Use nerd icons in magit --- config/emacs/init.el | 3 +++ 1 file changed, 3 insertions(+) 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