Assimilate EBDB and move email setup to separate files in lisp/
[~bandali/configs] / .gitmodules
index 098fb79..d341bbc 100644 (file)
@@ -1,3 +1,61 @@
-[submodule ".emacs.d/lisp/znc.el"]
-       path = .emacs.d/lisp/znc.el
-       url = https://git.shemshak.org/amin/znc.el
+[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 "ebdb"]
+       path = lib/ebdb
+       url = https://github.com/girzel/ebdb.git
+[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