diff options
author | Amin Bandali <amin@aminb.org> | 2018-07-16 18:47:14 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2018-07-16 18:47:14 -0400 |
commit | f1dd82483c495ba3738624500fda2a544c506666 (patch) | |
tree | b2df8239abd1aeb7998dd8c93d0111d198471393 /.gitmodules | |
parent | 1e55aaa3b2c2868478c3929e7a7de9fc50ad0e9a (diff) | |
download | configs-f1dd82483c495ba3738624500fda2a544c506666.tar.gz configs-f1dd82483c495ba3738624500fda2a544c506666.tar.xz configs-f1dd82483c495ba3738624500fda2a544c506666.zip |
[emacs] assimilate org (from source)
and bring in org-notmuch from contrib/
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 722fbe3..f861ab8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -134,6 +134,16 @@ build-step = make build-step = make sphinx-texinfo build-step = borg-makeinfo +[submodule "org"] + path = lib/org + url = git@code.orgmode.org:bzg/org-mode.git + load-path = lisp + info-path = doc + build-step = make compile autoloads info ORG_ADD_CONTRIB="org-notmuch" + # setting ORG_ADD_CONTRIB results in copying of files from contrib/ + # into lisp/, which git will pick up. so, let's ignore untracked files + # from org's submodule; at least for now + ignore = untracked [submodule "ox-hugo"] path = lib/ox-hugo url = git@github.com:kaushalmodi/ox-hugo.git |