Assimilate 11 drones (no-littering, magit, ivy, org, and their deps)
[~bandali/configs] / .gitmodules
index 61b63fa..003c015 100644 (file)
@@ -1,12 +1,58 @@
+[submodule "amx"]
+       path = lib/amx
+       url = https://github.com/DarwinAwardWinner/amx.git
+[submodule "async"]
+       path = lib/async
+       url = https://github.com/jwiegley/emacs-async.git
 [submodule "auto-compile"]
        path = lib/auto-compile
        url = https://github.com/emacscollective/auto-compile.git
 [submodule "borg"]
        path = lib/borg
        url = https://github.com/emacscollective/borg.git
+[submodule "dash"]
+       path = lib/dash
+       url = https://github.com/magnars/dash.el.git
+    no-makeinfo = dash-template.texi
+       # dash creates a `dir' dash info file, which makes git think
+       # that the submodule is dirty. so, let's ignore the untracked
+       # files of dash's submodule
+       ignore = untracked
+[submodule "ivy"]
+       path = lib/ivy
+       url = https://github.com/abo-abo/swiper.git
+    info-path = doc
+[submodule "libgit"]
+       path = lib/libgit
+       url = https://github.com/magit/libegit2.git
+    build-step = make
+[submodule "magit"]
+       path = lib/magit
+       url = https://github.com/magit/magit.git
+    recursive-byte-compile = true
+       info-path = Documentation
+[submodule "no-littering"]
+       path = lib/no-littering
+       url = https://github.com/emacscollective/no-littering.git
+[submodule "org"]
+       path = lib/org
+       url = https://code.orgmode.org/bzg/org-mode.git
+    build-step = make
+       load-path = lisp
+       load-path = contrib/lisp
+       info-path = doc
 [submodule "packed"]
        path = lib/packed
        url = https://github.com/emacscollective/packed.git
+[submodule "s"]
+       path = lib/s
+       url = https://github.com/magnars/s.el.git
+[submodule "transient"]
+       path = lib/transient
+       url = https://github.com/magit/transient.git
 [submodule "use-package"]
        path = lib/use-package
        url = https://github.com/jwiegley/use-package.git
+[submodule "with-editor"]
+       path = lib/with-editor
+       url = https://github.com/magit/with-editor.git