aboutsummaryrefslogtreecommitdiffstats
path: root/doom/.config/doom/packages.el
blob: 3d4e82a27545fd3aa080b487925ecbf35ffac9b9 (plain)
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
;; Disabling packages
(disable-packages! undo-tree org-bullets helm pretty-code)

;; `org-mode' dependencies
(package! ol-notmuch)
(package! org-contrib
  :recipe (:host nil :repo "https://git.sr.ht/~bzg/org-contrib")
  :pin "c6aef31ccfc7c4418c3b51e98f7c3bd8e255f5e6")
;;(package! org-contacts)
;; `org-bullets' replacement
(package! org-superstar)
(package! ox-gfm)
(package! ox-tufte
  :recipe (:host nil :repo "https://git.sr.ht/~ymherklotz/ox-tufte"))
(package! scroll-other-window
  :recipe (:host nil :repo "https://git.sr.ht/~ymherklotz/scroll-other-window"))
(package! cdlatex)
(package! citeproc)
(package! ox-context
  :recipe (:host github :repo "Jason-S-Ross/ox-context"))
(package! org-transclusion
  :recipe (:host github :repo "nobiot/org-transclusion"))
(package! org-zettelkasten
  :recipe (:host github :repo "ymherklotz/emacs-zettelkasten")
  :pin "7278052cb451178a2f1ffc61569156ca0adcc34a")
(package! org-auto-tangle
  :recipe (:host github :repo "yilkalargaw/org-auto-tangle")
  :pin "bce665c79fc29f1e80f1eae7db7e91c56b0788fc")
(package! elfeed-score)

(package! ef-themes
  :recipe (:host nil :repo "https://git.sr.ht/~protesilaos/ef-themes"))

(package! alectryon)

;; Bibtex stuff
(package! ebib)

;; Haskell stuff
(package! ormolu)

;; Completion
(package! orderless)
(package! marginalia)
(package! embark)
(package! embark-consult)
(package! ripgrep)

;; Extra language mobdes
(package! yaml-mode)
(package! pollen-mode)

;; Nix
(package! direnv)

;; Misc dependencies
(package! hungry-delete)

;; Teaching
(package! boogie-friends)

;; Privacy
(package! pinentry)

;; Emacs lisp
(package! package-lint)

;; Themes
(package! color-theme-sanityinc-tomorrow)
(package! modus-themes)

(package! ef-themes
  :recipe (:host nil :repo "https://git.sr.ht/~protesilaos/ef-themes"))

(package! mmm-mode)