-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackages.el
241 lines (193 loc) · 6.89 KB
/
packages.el
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
;; [[file:packages.org::*About this file][About this file:1]]
;; -*- no-byte-compile: t; -*-
;;; ~/.config/doom/packages.el
;; About this file:1 ends here
;; [[file:packages.org::*Bugfixes][Bugfixes:1]]
;; https://github.com/doomemacs/doomemacs/issues/7078#issuecomment-1430884107
(package! transient :pin "c2bdf7e12c530eb85476d3aef317eb2941ab9440")
(package! with-editor :pin "391e76a256aeec6b9e4cbd733088f30c677d965b")
;; (package! compat :pin "6f73eac")
;; Bugfixes:1 ends here
;; [[file:packages.org::*MacOS][MacOS:1]]
(cond (IS-MAC (package! exec-path-from-shell)
))
;; MacOS:1 ends here
;; [[file:packages.org::*Dired Icons][Dired Icons:1]]
(package! all-the-icons-dired)
;; Dired Icons:1 ends here
;; [[file:packages.org::*Wakatime][Wakatime:1]]
(package! wakatime-mode)
;; Wakatime:1 ends here
;; [[file:packages.org::*Magit Delta][Magit Delta:1]]
(package! magit-delta)
;; Magit Delta:1 ends here
;; [[file:packages.org::*Evil Colemak][Evil Colemak:1]]
(package! evil-colemak-basics :recipe (:branch "main"))
(package! evil-better-visual-line)
;; Evil Colemak:1 ends here
;; [[file:packages.org::*Firestarter][Firestarter:1]]
(package! firestarter)
;; Firestarter:1 ends here
;; [[file:packages.org::*Mermaid][Mermaid:1]]
(package! mermaid-mode)
(package! ob-mermaid)
;; Mermaid:1 ends here
;; [[file:packages.org::*Org Download][Org Download:1]]
(package! org-download
:recipe (:host github
:repo "abo-abo/org-download"))
;; Org Download:1 ends here
;; [[file:packages.org::*LATER Org Drill][LATER Org Drill:1]]
(package! org-drill
:recipe (:host github
:repo "hakanserce/org-drill"))
;; LATER Org Drill:1 ends here
;; [[file:packages.org::*Org Protocol Updates][Org Protocol Updates:1]]
(package! org-protocol-capture-html
:recipe (:host github
:repo "alphapapa/org-protocol-capture-html"))
;; Org Protocol Updates:1 ends here
;; [[file:packages.org::*Org Noter][Org Noter:1]]
(package! org-noter)
;; Org Noter:1 ends here
;; [[file:packages.org::*Org Ref][Org Ref:1]]
(package! org-ref)
;; Org Ref:1 ends here
;; [[file:packages.org::*Org Gantt][Org Gantt:1]]
(package! org-gantt
:recipe (:host github
:repo "swillner/org-gantt" :files ("*.el")))
;; Org Gantt:1 ends here
;; [[file:packages.org::*Org Mind Map][Org Mind Map:1]]
(package! org-mind-map
:recipe (:host github
:repo "theodorewiles/org-mind-map"))
;; Org Mind Map:1 ends here
;; [[file:packages.org::*Org Rifle][Org Rifle:1]]
(package! helm-org-rifle)
;; Org Rifle:1 ends here
;; [[file:packages.org::*Org Async][Org Async:1]]
(package! org-babel-eval-in-repl)
;; Org Async:1 ends here
;; [[file:packages.org::*Anki Mode][Anki Mode:1]]
(package! anki-editor
:recipe (:host github :repo "orgtre/anki-editor"))
;; Anki Mode:1 ends here
;; [[file:packages.org::*Org Re-Reveal Extensions][Org Re-Reveal Extensions:1]]
(package! org-re-reveal-ref)
;; Org Re-Reveal Extensions:1 ends here
;; [[file:packages.org::*Org Roam Bibtex][Org Roam Bibtex:1]]
(package! org-roam-bibtex)
;; Org Roam Bibtex:1 ends here
;; [[file:packages.org::*Org GCal][Org GCal:1]]
(package! org-gcal)
;; Org GCal:1 ends here
;; [[file:packages.org::*Citeproc Org][Citeproc Org:1]]
(package! citeproc-org :pin "0fb4c96f48b3055a59a397af24d3f1a82cf77b66")
;; Citeproc Org:1 ends here
;; [[file:packages.org::*Dockerfile Mode][Dockerfile Mode:1]]
(package! dockerfile-mode)
;; Dockerfile Mode:1 ends here
;; [[file:packages.org::*Zotero][Zotero:1]]
(package! zotxt)
;; Zotero:1 ends here
;; [[file:packages.org::*Sphinx and RsT][Sphinx and RsT:1]]
(package! ox-rst
:recipe (:host github
:repo "msnoigrs/ox-rst"))
(package! sphinx-mode
:recipe (:host github
:repo "Fuco1/sphinx-mode"
:files ("*.el")))
;; Sphinx and RsT:1 ends here
;; [[file:packages.org::*CPP Additions][CPP Additions:1]]
(package! highlight-doxygen)
;; CPP Additions:1 ends here
;; [[file:packages.org::*Quarto Mode][Quarto Mode:1]]
(package! quarto-mode)
;; Quarto Mode:1 ends here
;; [[file:packages.org::*Meson Mode][Meson Mode:1]]
(package! meson-mode)
;; Meson Mode:1 ends here
;; [[file:packages.org::*~xonsh~ Mode][~xonsh~ Mode:1]]
(package! xonsh-mode)
;; ~xonsh~ Mode:1 ends here
;; [[file:packages.org::*Tup Mode][Tup Mode:1]]
(package! tup-mode
:recipe (:host github
:repo "ejmr/tup-mode"))
;; Tup Mode:1 ends here
;; [[file:packages.org::*SaltStack Mode][SaltStack Mode:1]]
(package! salt-mode
:recipe (:host github
:repo "glynnforrest/salt-mode"))
;; SaltStack Mode:1 ends here
;; [[file:packages.org::*PKGBUILD Mode][PKGBUILD Mode:1]]
(package! pkgbuild-mode
:recipe (:host github
:repo "juergenhoetzel/pkgbuild-mode"))
;; PKGBUILD Mode:1 ends here
;; [[file:packages.org::*LAMMPS Mode][LAMMPS Mode:1]]
(package! lammps-mode
:recipe (:host github
:repo "HaoZeke/lammps-mode"))
;; LAMMPS Mode:1 ends here
;; [[file:packages.org::*Pug Mode][Pug Mode:1]]
(package! pug-mode)
;; Pug Mode:1 ends here
;; [[file:packages.org::*Nix Mode][Nix Mode:1]]
(package! nix-mode)
;; Nix Mode:1 ends here
;; [[file:packages.org::*VIM mode][VIM mode:1]]
(package! vimrc-mode)
;; VIM mode:1 ends here
;; [[file:packages.org::*JVM Languages][JVM Languages:1]]
; Kotlin > Java
(package! kotlin-mode)
; Groovy -> Testing
(package! groovy-mode)
;; JVM Languages:1 ends here
;; [[file:packages.org::*Systemd Mode][Systemd Mode:1]]
(package! systemd)
;; Systemd Mode:1 ends here
;; [[file:packages.org::*Wolfram Mode][Wolfram Mode:1]]
(package! wolfram-mode)
;; Wolfram Mode:1 ends here
;; [[file:packages.org::*Polymode][Polymode:1]]
(package! poly-R)
(package! poly-org)
;; Polymode:1 ends here
;; [[file:packages.org::*Snakemake][Snakemake:1]]
(package! snakemake-mode)
;; Snakemake:1 ends here
;; [[file:packages.org::*MELPA Helper][MELPA Helper:1]]
(package! package-lint)
(package! flycheck-package)
;; MELPA Helper:1 ends here
;; [[file:packages.org::*Github Copilot][Github Copilot:1]]
;; (package! copilot
;; :recipe (:host github :repo "zerolfx/copilot.el" :files ("*.el" "dist")))
;; Github Copilot:1 ends here
;; [[file:packages.org::*Doom][Doom:1]]
(package! emacs-snippets
:recipe (:host github
:repo "hlissner/emacs-snippets"
:files ("*")))
;; Doom:1 ends here
;; [[file:packages.org::*Standard][Standard:1]]
(package! yasnippet-snippets
:recipe (:host github
:repo "AndreaCrotti/yasnippet-snippets"
:files ("*")))
;; Standard:1 ends here
;; [[file:packages.org::*Math support][Math support:1]]
(package! cdlatex)
;; Math support:1 ends here
;; [[file:packages.org::*Math support][Math support:2]]
(package! math-symbol-lists)
;; Math support:2 ends here
;; [[file:packages.org::*Math support][Math support:3]]
(package! calctex :recipe (:host github :repo "johnbcoughlin/calctex"
:files ("*.el" "calctex/*.el" "calctex-contrib/*.el" "org-calctex/*.el" "vendor"))
:pin "784cf911bc96aac0f47d529e8cee96ebd7cc31c9")
;; Math support:3 ends here