diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index eb57246..b484d5a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -95,7 +95,7 @@ [submodule "geiser"] path = lib/geiser url = git@gitlab.com:jaor/geiser.git - info-path = doc/ + info-path = doc load-path = elisp build-step = ./autogen.sh build-step = ./configure @@ -112,7 +112,7 @@ [submodule "guix"] path = lib/guix url = git@github.com:alezost/guix.el.git - info-path = doc/ + info-path = doc load-path = elisp build-step = ./autogen.sh build-step = ./configure |