diff options
author | Amin Bandali <amin@aminb.org> | 2018-05-13 09:52:15 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2018-05-13 09:52:15 -0400 |
commit | 51db62d880a52ad85f7f1e9f0e93f7404cd96ba9 (patch) | |
tree | 139d64e5acb19ed088b21572585995296d0a349e /.gitmodules | |
parent | 88bb48589c967b7a01e0a5ff0b86e6ca5ede78a3 (diff) | |
download | configs-51db62d880a52ad85f7f1e9f0e93f7404cd96ba9.tar.gz configs-51db62d880a52ad85f7f1e9f0e93f7404cd96ba9.tar.xz configs-51db62d880a52ad85f7f1e9f0e93f7404cd96ba9.zip |
[emacs] properly build and use notmuch along with my settings
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 2f8869e..5c2d05f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -96,6 +96,12 @@ [submodule "notmuch"] path = lib/notmuch url = https://git.notmuchmail.org/git/notmuch + load-path = emacs + info-path = doc/_build/texinfo + build-step = ./configure + build-step = make + build-step = make sphinx-texinfo + build-step = borg-makeinfo [submodule "packed"] path = lib/packed url = git@github.com:emacscollective/packed.git |