X-Git-Url: https://code.delx.au/dotemacs/blobdiff_plain/75f531fae36e17caddb2f86172e41d11fb371ff7..HEAD:/.gitmodules diff --git a/.gitmodules b/.gitmodules index fe296b0..5205d94 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,90 +1,75 @@ [submodule "pkgbuild-mode"] - path = packages/pkgbuild-mode + path = file-modes/pkgbuild-mode url = https://github.com/juergenhoetzel/pkgbuild-mode.git [submodule "yaml-mode"] - path = packages/yaml-mode + path = file-modes/yaml-mode url = https://github.com/yoshiki/yaml-mode.git -[submodule "dockerfile-model"] - path = packages/dockerfile-mode - url = https://github.com/spotify/dockerfile-mode.git [submodule "editorconfig"] - path = packages/editorconfig + path = file-modes/editorconfig url = https://github.com/editorconfig/editorconfig-emacs.git -[submodule "coffee-mode"] - path = packages/coffee-mode - url = https://github.com/defunkt/coffee-mode -[submodule "slime"] - path = packages/slime - url = https://github.com/slime/slime.git -[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 [submodule "yasnippet"] - path = packages/yasnippet + path = text-edit/yasnippet url = https://github.com/joaotavora/yasnippet.git -[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 + path = text-edit/expand-region + url = https://github.com/magnars/expand-region.el.git [submodule "change-inner"] - path = packages/change-inner + path = text-edit/change-inner url = https://github.com/magnars/change-inner.el.git -[submodule "js2-mode"] - path = packages/js2-mode - url = https://github.com/mooz/js2-mode.git [submodule "dash"] - path = packages/dash + path = utils/dash url = https://github.com/magnars/dash.el.git -[submodule "diminish"] - path = packages/diminish - url = https://github.com/myrjola/diminish.el.git [submodule "git-modes"] - path = packages/git-modes + path = file-modes/git-modes url = https://github.com/magit/git-modes.git -[submodule "json-mode"] - path = packages/json-mode - url = https://github.com/joshwnj/json-mode.git -[submodule "json-snatcher"] - path = packages/json-snatcher - url = https://github.com/Sterlingg/json-snatcher.git -[submodule "json-reformat"] - path = packages/json-reformat - url = https://github.com/gongo/json-reformat.git -[submodule "swiper"] - path = packages/swiper - url = https://github.com/abo-abo/swiper.git -[submodule "haskell-mode"] - path = packages/haskell-mode - url = https://github.com/haskell/haskell-mode.git -[submodule "scala-mode"] - path = packages/scala-mode - url = https://github.com/ensime/emacs-scala-mode.git -[submodule "groovy-modes"] - path = packages/groovy-modes - url = https://github.com/Groovy-Emacs-Modes/groovy-emacs-modes.git -[submodule "gnu-emacs-elpa"] - path = gnu-emacs-elpa - url = https://delx.net.au/git/mirror-gnu-emacs-elpa +[submodule "markdown-mode"] + path = file-modes/markdown-mode + url = https://github.com/jrblevin/markdown-mode.git +[submodule "magit"] + path = vc/magit + url = https://github.com/magit/magit.git +[submodule "with-editor"] + path = vc/with-editor + url = https://github.com/magit/with-editor.git +[submodule "ssh-file-modes"] + path = file-modes/ssh-file-modes + url = https://github.com/petere/emacs-ssh-file-modes.git +[submodule "jump-char"] + path = text-edit/jump-char + url = https://github.com/lewang/jump-char.git +[submodule "highlight-symbol"] + path = text-edit/highlight-symbol + url = https://github.com/nschum/highlight-symbol.el.git +[submodule "s"] + path = utils/s + url = https://github.com/magnars/s.el.git +[submodule "ledger-mode"] + path = file-modes/ledger-mode + url = https://github.com/ledger/ledger-mode.git +[submodule "magit-popup"] + path = vc/magit-popup + url = https://github.com/magit/magit-popup.git +[submodule "magit-transient"] + path = vc/magit-transient + url = https://github.com/magit/transient.git +[submodule "compat"] + path = utils/compat + url = https://github.com/emacs-compat/compat +[submodule "vertico"] + path = completion/vertico + url = https://github.com/minad/vertico +[submodule "orderless"] + path = completion/orderless + url = https://github.com/oantolin/orderless +[submodule "marginalia"] + path = completion/marginalia + url = https://github.com/minad/marginalia +[submodule "consult"] + path = completion/consult + url = https://github.com/minad/consult +[submodule "diff-hl"] + path = vc/diff-hl + url = https://github.com/dgutov/diff-hl [submodule "dockerfile-mode"] - path = packages/dockerfile-mode + path = file-modes/dockerfile-mode url = https://github.com/spotify/dockerfile-mode.git -[submodule "pastels-on-dark-theme"] - path = packages/pastels-on-dark-theme - url = https://gist.github.com/1906662.git -[submodule "gnu-emacs"] - path = gnu-emacs - url = https://delx.net.au/git/mirror/gnu-emacs