-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
101 lines (78 loc) · 2.69 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
[submodule "helm"]
path = submodules/helm
url = https://github.com/emacs-helm/helm
[submodule "dash"]
path = submodules/dash
url = https://github.com/magnars/dash.el.git
[submodule "s"]
path = submodules/s
url = https://github.com/magnars/s.el.git
[submodule "f"]
path = submodules/f
url = https://github.com/rejeep/f.el
[submodule "solarized"]
path = submodules/solarized
url = https://github.com/sellout/emacs-color-theme-solarized.git
[submodule "dante"]
path = submodules/dante
url = https://github.com/jyp/dante
[submodule "use-package"]
path = submodules/use-package
url = https://github.com/jwiegley/use-package
[submodule "expand-region"]
path = submodules/expand-region
url = https://github.com/magnars/expand-region.el
[submodule "haskell-snippets"]
path = submodules/haskell-snippets
url = https://github.com/haskell/haskell-snippets
[submodule "unicode-fonts"]
path = submodules/unicode-fonts
url = https://github.com/rolandwalker/unicode-fonts
[submodule "simpleclip"]
path = submodules/simpleclip
url = https://github.com/rolandwalker/simpleclip
[submodule "doom-modeline"]
path = submodules/doom-modeline
url = https://github.com/seagle0128/doom-modeline
[submodule "yasnippet"]
path = submodules/yasnippet
url = https://github.com/joaotavora/yasnippet
[submodule "yasnippet-snippets"]
path = submodules/yasnippet-snippets
url = https://github.com/AndreaCrotti/yasnippet-snippets
[submodule "company-mode"]
path = submodules/company-mode
url = https://github.com/company-mode/company-mode
[submodule "haskell-mode"]
path = submodules/haskell-mode
url = https://github.com/haskell/haskell-mode
[submodule "magit"]
path = submodules/magit
url = https://github.com/magit/magit
[submodule "nix-mode"]
path = submodules/nix-mode
url = https://github.com/NixOS/nix-mode
[submodule "real-auto-save"]
path = submodules/real-auto-save
url = https://github.com/ChillarAnand/real-auto-save
[submodule "submodules/sidebar"]
path = submodules/submodules/sidebar
url = https://github.com/sebastiencs/sidebar.el
[submodule "submodules/rg"]
path = submodules/submodules/rg
url = https://github.com/dajva/rg.el
#[submodule "icons-in-terminal"]
# path = submodules/icons-in-terminal
# url = https://github.com/sebastiencs/icons-in-terminal
#[submodule "all-the-icons-dired"]
# path = submodules/all-the-icons-dired
# url = https://github.com/jtbm37/all-the-icons-dired
[submodule "submodules/skeletor"]
path = submodules/submodules/skeletor
url = https://github.com/chrisbarrett/skeletor.el
[submodule "company-web"]
path = submodules/company-web
url = https://github.com/osv/company-web
[submodule "submodules/async"]
path = submodules/async
url = https://github.com/jwiegley/emacs-async