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)) (global-ligature-mode t))
(use-package magit (use-package magit
:defer t
:after nerd-icons :after nerd-icons
:custom :custom
(magit-format-file-function #'magit-format-file-nerd-icons) (magit-format-file-function #'magit-format-file-nerd-icons)
:defer t) (magit-process-connection-type nil))
(use-package magit-todos (use-package magit-todos
:after magit :after magit