X-Git-Url: https://code.delx.au/dotemacs/blobdiff_plain/62dcea67db78148f3a55ffe5962a89bec653935c..40c58d718112bdd16c1f673030c78554bfcdb451:/.gitmodules diff --git a/.gitmodules b/.gitmodules index 6a4f495..ea15b97 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,12 +19,6 @@ [submodule "flycheck"] path = packages/flycheck url = https://github.com/flycheck/flycheck -[submodule "restclient"] - path = packages/restclient - url = https://github.com/pashky/restclient.el.git -[submodule "ibuffer-vc"] - path = packages/ibuffer-vc - url = https://github.com/purcell/ibuffer-vc.git [submodule "multiple-cursors"] path = packages/multiple-cursors url = https://github.com/magnars/multiple-cursors.el.git @@ -34,9 +28,6 @@ [submodule "indent-guide"] path = packages/indent-guide url = https://github.com/zk-phi/indent-guide.git -[submodule "ace-jump-mode"] - path = packages/ace-jump-mode - url = https://github.com/winterTTr/ace-jump-mode.git [submodule "expand-region"] path = packages/expand-region url = https://github.com/magnars/expand-region.el.git @@ -88,3 +79,30 @@ [submodule "gnu-emacs"] path = gnu-emacs url = https://delx.net.au/git/mirror-gnu-emacs +[submodule "markdown-mode"] + path = packages/markdown-mode + url = https://github.com/jrblevin/markdown-mode.git +[submodule "direx"] + path = packages/direx + url = https://github.com/delxg/direx-el.git +[submodule "avy"] + path = packages/avy + url = https://github.com/abo-abo/avy.git +[submodule "git-gutter"] + path = packages/git-gutter + url = https://github.com/syohex/emacs-git-gutter.git +[submodule "shackle"] + path = packages/shackle + url = https://github.com/wasamasa/shackle.git +[submodule "hl-todo"] + path = packages/hl-todo + url = https://github.com/tarsius/hl-todo.git +[submodule "magit"] + path = packages/magit + url = https://github.com/magit/magit.git +[submodule "emacs-async"] + path = packages/async + url = https://github.com/jwiegley/emacs-async.git +[submodule "with-editor"] + path = packages/with-editor + url = https://github.com/magit/with-editor.git