diff options
author | Amin Bandali <bandali@gnu.org> | 2020-04-12 12:40:55 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2020-04-12 13:13:59 -0400 |
commit | 8b1a2f3244208cebd3dc595d8e7027bb9c5c3625 (patch) | |
tree | 0d830943d5deaa009d70c6d7ad74364226ab52d0 /.gitmodules | |
parent | 032726b6100f17208cf1ad7497013f22b5ed8c91 (diff) | |
download | configs-8b1a2f3244208cebd3dc595d8e7027bb9c5c3625.tar.gz configs-8b1a2f3244208cebd3dc595d8e7027bb9c5c3625.tar.xz configs-8b1a2f3244208cebd3dc595d8e7027bb9c5c3625.zip |
Assimilate 11 drones (no-littering, magit, ivy, org, and their deps)
Assimilate amx v3.3-7-ge512e74
Assimilate async v1.9.4-13-g86aef2c
Assimilate dash 2.17.0
Assimilate ivy 0.13.0-189-g64f05f4
Assimilate libgit 6c3b892
Assimilate magit v2.90.1-955-g0f1234e7
Assimilate no-littering v1.0.3-13-g92661bc
Assimilate org release_9.3.6-479-g32d8f2f32
Assimilate s 1.12.0-12-g43ba8b5
Assimilate transient v0.2.0-1-gafa0c2f
Assimilate with-editor v2.9.1-3-g4fe66d4
Also, move exwm things from init.el out to lisp/bandali-exwm.el.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 61b63fa..003c015 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 |