Configure magit

This commit is contained in:
Tobias Ostner 2026-02-21 09:27:45 +01:00
parent 7adf579eb8
commit c0bc72a15a

View file

@ -411,10 +411,11 @@
(global-ligature-mode t))
(use-package magit
:defer t
:after nerd-icons
:custom
(magit-format-file-function #'magit-format-file-nerd-icons)
:defer t)
(magit-process-connection-type nil))
(use-package magit-todos
:after magit