X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/aed4156cfc83f564311c31dffaa82486c41bb8c6..35c0de5e8ba60985e69a4b24b6a5bf26d557e008:/.gitmodules diff --git a/.gitmodules b/.gitmodules index 3aa847d..82fc6d9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,6 +10,9 @@ [submodule "auto-compile"] path = lib/auto-compile url = https://github.com/emacscollective/auto-compile.git +[submodule "biblio.el"] + path = lib/biblio.el + url = https://github.com/cpitclaudel/biblio.el.git [submodule "borg"] path = lib/borg url = https://github.com/emacscollective/borg.git @@ -24,6 +27,13 @@ # that the submodule is dirty. so, let's ignore the untracked # files of dash's submodule ignore = untracked +[submodule "debbugs"] + path = lib/debbugs + url = https://github.com/emacsmirror/debbugs.git + # debbugs creates a `instructions.info' info file, which makes git + # think that the submodule is dirty. so, let's ignore the + # untracked files of debbugs' submodule + ignore = untracked [submodule "diff-hl"] path = lib/diff-hl url = https://github.com/dgutov/diff-hl.git @@ -91,7 +101,7 @@ url = https://github.com/magnars/s.el.git [submodule "scpaste"] path = lib/scpaste - url = https://github.com/technomancy/scpaste.git + url = https://git.sr.ht/~technomancy/scpaste [submodule "smart-mode-line"] path = lib/smart-mode-line url = https://github.com/Malabarba/smart-mode-line.git @@ -118,4 +128,4 @@ url = https://github.com/joaotavora/yasnippet.git [submodule "znc"] path = lib/znc - url = https://git.bandali.eu.org/znc.el.git + url = https://git.emacsconf.org/bandali/znc.el.git