-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackages.el
More file actions
295 lines (240 loc) · 8.54 KB
/
Copy pathpackages.el
File metadata and controls
295 lines (240 loc) · 8.54 KB
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
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
;; [[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::*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::*Faster ~eglot~][Faster ~eglot~:1]]
(package!
eglot-booster
:recipe (
:host github
:repo "jdtsmith/eglot-booster")
)
;; Faster ~eglot~: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)
(package! nov)
(package! djvu)
;; 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 Modern][Org Modern:1]]
(package! org-modern)
;; Org Modern: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-ql (replaces helm-org-rifle)][Org-ql (replaces helm-org-rifle):1]]
(package! org-ql)
;; Org-ql (replaces helm-org-rifle):1 ends here
;; [[file:packages.org::*Org CV][Org CV:1]]
(package! org-cv
:recipe (:host gitlab
:repo "Titan-C/org-cv"
:branch "master"))
;; Org CV:1 ends here
;; [[file:packages.org::*ESSGD][ESSGD:1]]
(package! essgd
:recipe (:host github
:repo "sje30/essgd"
:branch "main"))
;; ESSGD:1 ends here
;; [[file:packages.org::*Org Async][Org Async:1]]
(package! async)
(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)
;; Citeproc Org:1 ends here
;; [[file:packages.org::*Citar][Citar:1]]
(package! citar)
(package! citar-embark)
(package! ookcite
:recipe (:local-repo "~/Git/Github/Tools/ookcite.el"
:files ("ookcite.el")))
;; Citar: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::*CapnProto][CapnProto:1]]
(package! capnp2-mode
:recipe (:host github
:repo "HaoZeke/capnp2-mode"))
;; CapnProto:1 ends here
;; [[file:packages.org::*Nushell][Nushell:1]]
(package! nushell-mode :recipe (:host github :repo "mrkkrp/nushell-mode"))
;; Nushell:1 ends here
;; [[file:packages.org::*Fish shell][Fish shell:1]]
(package! fish-mode)
;; Fish shell:1 ends here
;; [[file:packages.org::*Nickel][Nickel:1]]
(package! nickel-mode)
;; Nickel:1 ends here
;; [[file:packages.org::*Dockerfile Mode][Dockerfile Mode:1]]
(package! dockerfile-mode)
;; Dockerfile Mode: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::*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::*Org and LaTeX enhancements][Org and LaTeX enhancements:1]]
;; Syntax highlighting in LaTeX export using Emacs faces (replaces minted/listings)
(package! engrave-faces)
;; Reveal hidden org markup (emphasis, links, entities) on cursor
(package! org-appear :recipe (:host github :repo "awth13/org-appear"))
;; Context-aware auto-expanding LaTeX snippets in math environments
(package! aas :recipe (:host github :repo "ymarco/auto-activating-snippets"))
(package! laas :recipe (:host github :repo "tecosaur/LaTeX-auto-activating-snippets"))
;; Theme-matching LaTeX PDF exports
(package! ox-chameleon :recipe (:host github :repo "tecosaur/ox-chameleon"))
;; Glossaries, acronyms, and index support for org documents
(package! org-glossary :recipe (:host github :repo "tecosaur/org-glossary"))
;; Visual latexdiff on org exports with magit integration
(package! orgdiff :recipe (:host github :repo "tecosaur/orgdiff"))
;; Org and LaTeX enhancements: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