From c0bc72a15a1209ff8ccd6e212cc03129a66b6ef8 Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Sat, 21 Feb 2026 09:27:45 +0100 Subject: [PATCH] Configure magit --- flakes/emacs/config/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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