diff options
author | Amin Bandali <bandali@gnu.org> | 2020-04-25 16:06:36 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2020-04-25 16:10:23 -0400 |
commit | 1eb203130bcee485d5abaead5dc7ee723a49d864 (patch) | |
tree | 659d3c4c42f97272fd18082a65eaf0ee7376f765 /.gitmodules | |
parent | 8146824a5a0175e7e51e5cba82ef88cf105ef50d (diff) | |
download | configs-1eb203130bcee485d5abaead5dc7ee723a49d864.tar.gz configs-1eb203130bcee485d5abaead5dc7ee723a49d864.tar.xz configs-1eb203130bcee485d5abaead5dc7ee723a49d864.zip |
Assimilate 8 drones
Assimilate boxquote v2.1-1-g7e47e0e
Assimilate expand-region 0.11.0-36-gea6b4cb
Assimilate hl-todo v3.1.1-2-g3bba459
Assimilate orgalist b436971
Assimilate page-break-lines 0.11-29-g314b397
Assimilate unkillable-scratch 1.0.0-5-gb24c2a7
Assimilate which-key v3.4.0-24-g8b49ae9
Assimilate yasnippet 0.14.0-6-g5b1217a
Also, remove some unused (use-package ...) forms.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 8793078..2b61df8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,6 +13,9 @@ [submodule "borg"] path = lib/borg url = https://github.com/emacscollective/borg.git +[submodule "boxquote"] + path = lib/boxquote + url = https://github.com/davep/boxquote.el.git [submodule "dash"] path = lib/dash url = https://github.com/magnars/dash.el.git @@ -36,6 +39,12 @@ [submodule "erc-scrolltoplace"] path = lib/erc-scrolltoplace url = https://gitlab.com/jgkamat/erc-scrolltoplace.git +[submodule "expand-region"] + path = lib/expand-region + url = https://github.com/magnars/expand-region.el.git +[submodule "hl-todo"] + path = lib/hl-todo + url = https://github.com/tarsius/hl-todo.git [submodule "ivy"] path = lib/ivy url = https://github.com/abo-abo/swiper.git @@ -65,9 +74,15 @@ [submodule "org-tanglesync"] path = lib/org-tanglesync url = https://github.com/mtekman/org-tanglesync.el.git +[submodule "orgalist"] + path = lib/orgalist + url = https://github.com/emacsmirror/orgalist.git [submodule "packed"] path = lib/packed url = https://github.com/emacscollective/packed.git +[submodule "page-break-lines"] + path = lib/page-break-lines + url = https://github.com/purcell/page-break-lines.git [submodule "refinery-theme"] path = lib/refinery-theme url = https://git.bndl.org/refinery-theme @@ -89,12 +104,21 @@ [submodule "transient"] path = lib/transient url = https://github.com/magit/transient.git +[submodule "unkillable-scratch"] + path = lib/unkillable-scratch + url = https://github.com/EricCrosson/unkillable-scratch.git [submodule "use-package"] path = lib/use-package url = https://github.com/jwiegley/use-package.git +[submodule "which-key"] + path = lib/which-key + url = https://github.com/justbur/emacs-which-key.git [submodule "with-editor"] path = lib/with-editor url = https://github.com/magit/with-editor.git +[submodule "yasnippet"] + path = lib/yasnippet + url = https://github.com/joaotavora/yasnippet.git [submodule "znc"] path = lib/znc url = https://git.bandali.eu.org/znc.el.git |