[emacs] disable borg-nix-shell for now
[~bandali/configs] / .gitmodules
index 16a0331..247c556 100644 (file)
@@ -16,9 +16,6 @@
 [submodule "borg"]
        path = lib/borg
        url = git@github.com:emacscollective/borg.git
-[submodule "borg-nix-shell"]
-       path = lib/borg-nix-shell
-       url = git@github.com:thblt/borg-nix-shell.git
 [submodule "boxquote"]
        path = lib/boxquote
        url = git@github.com:davep/boxquote.el.git
@@ -51,6 +48,9 @@
 [submodule "doom-modeline"]
        path = lib/doom-modeline
        url = git@github.com:seagle0128/doom-modeline.git
+[submodule "edit-indirect"]
+       path = lib/edit-indirect
+       url = git@github.com:Fanael/edit-indirect.git
 [submodule "eink-theme"]
        path = lib/eink-theme
        url = git@github.com:maio/eink-emacs.git
        path = lib/ivy
        url = git@github.com:abo-abo/swiper.git
        info-path = doc
+[submodule "json-mode"]
+       path = lib/json-mode
+       url = git@github.com:joshwnj/json-mode.git
+[submodule "json-reformat"]
+       path = lib/json-reformat
+       url = git@github.com:gongo/json-reformat.git
+[submodule "json-snatcher"]
+       path = lib/json-snatcher
+       url = git@github.com:Sterlingg/json-snatcher.git
 [submodule "lcr"]
        path = lib/lcr
        url = git@github.com:jyp/lcr.git
 [submodule "memoize"]
        path = lib/memoize
        url = git@github.com:skeeto/emacs-memoize.git
+[submodule "mmm-mode"]
+       path = lib/mmm-mode
+       url = git@github.com:purcell/mmm-mode.git
+       # mmm-mode 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 "mwim"]
        path = lib/mwim
        url = git@github.com:alezost/mwim.el.git
+[submodule "nix-mode"]
+       path = lib/nix-mode
+       url = git@github.com:NixOS/nix-mode.git
 [submodule "no-littering"]
        path = lib/no-littering
        url = git@github.com:emacscollective/no-littering.git
        url = https://git.notmuchmail.org/git/notmuch
        load-path = emacs
        info-path = doc/_build/texinfo
-       build-nix-shell-packages = pkgconfig gitMinimal xapian gmime talloc zlib pythonPackages.sphinx pythonPackages.python texinfo
-       build-step = ./configure --without-docs
-       build-step = make
+       build-nix-shell-packages = pkgconfig gitMinimal xapian gmime talloc zlib pythonPackages.sphinx pythonPackages.python texinfo
+       build-step = ./configure --without-docs
+       build-step = make
        # build-step = make sphinx-texinfo
        # build-step = borg-makeinfo
 [submodule "org"]