Commit | Line | Data |
---|---|---|
692a063f AB |
1 | [borg] |
2 | pushDefault = aminb | |
3 | collective = emacsg | |
4 | [submodule "auto-compile"] | |
5 | path = lib/auto-compile | |
6 | url = git@github.com:emacscollective/auto-compile.git | |
7 | [submodule "borg"] | |
8 | path = lib/borg | |
9 | url = git@github.com:emacscollective/borg.git | |
10 | [submodule "closql"] | |
11 | path = lib/closql | |
12 | url = git@github.com:emacscollective/closql.git | |
13 | [submodule "dash"] | |
14 | path = lib/dash | |
15 | url = git@github.com:magnars/dash.el.git | |
16 | no-makeinfo = dash-template.texi | |
180cab37 AB |
17 | # dash creates a `dir' dash info file, which makes git think |
18 | # that the submodule is dirty. so, let's ignore the untracked | |
19 | # files of dash's submodule | |
20 | ignore = untracked | |
692a063f AB |
21 | [submodule "diff-hl"] |
22 | path = lib/diff-hl | |
23 | url = git@github.com:dgutov/diff-hl.git | |
24 | [submodule "emacsql"] | |
25 | path = lib/emacsql | |
26 | url = git@github.com:skeeto/emacsql.git | |
27 | no-byte-compile = emacsql-pg.el | |
28 | [submodule "epkg"] | |
29 | path = lib/epkg | |
30 | url = git@github.com:emacscollective/epkg.git | |
31 | [submodule "ghub"] | |
32 | path = lib/ghub | |
33 | url = git@github.com:magit/ghub.git | |
34 | [submodule "git-modes"] | |
35 | path = lib/git-modes | |
36 | url = git@github.com:magit/git-modes.git | |
37 | [submodule "magit"] | |
38 | path = lib/magit | |
39 | url = git@github.com:magit/magit.git | |
40 | info-path = Documentation | |
41 | [submodule "magit-popup"] | |
42 | path = lib/magit-popup | |
43 | url = git@github.com:magit/magit-popup.git | |
44 | [submodule "markdown-mode"] | |
45 | path = lib/markdown-mode | |
46 | url = git@github.com:jrblevin/markdown-mode.git | |
47 | [submodule "no-littering"] | |
48 | path = lib/no-littering | |
49 | url = git@github.com:emacscollective/no-littering.git | |
50 | [submodule "packed"] | |
51 | path = lib/packed | |
52 | url = git@github.com:emacscollective/packed.git | |
53 | [submodule "undo-tree"] | |
54 | path = lib/undo-tree | |
55 | url = git@github.com:emacsorphanage/undo-tree.git | |
56 | [submodule "use-package"] | |
57 | path = lib/use-package | |
58 | url = git@github.com:jwiegley/use-package.git | |
59 | [submodule "with-editor"] | |
60 | path = lib/with-editor | |
61 | url = git@github.com:magit/with-editor.git | |
62 | [submodule "yaml-mode"] | |
63 | path = lib/yaml-mode | |
64 | url = git@github.com:yoshiki/yaml-mode.git |