From b10d2917ff878ebeade8bf4067f70548bb55a582 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Wed, 8 Sep 2021 17:18:40 +0200 Subject: [PATCH] magit: No longer attempt to compile magit-libgit.el --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index 7ef5412..80d7ec9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -31,6 +31,7 @@ [submodule "magit"] path = lib/magit url = git@github.com:magit/magit.git + no-byte-compile = lisp/magit-libgit.el recursive-byte-compile = true info-path = Documentation [submodule "packed"]