diff --git a/flakes/emacs/config/init.el b/flakes/emacs/config/init.el index 0df9f65..7e0e70b 100644 --- a/flakes/emacs/config/init.el +++ b/flakes/emacs/config/init.el @@ -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