-
Notifications
You must be signed in to change notification settings - Fork 1
/
packages.el
82 lines (43 loc) · 1.33 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
;; -*- no-byte-compile: t; -*-
;;; $DOOMDIR/packages.el
(package! boon)
(package! ctrlf)
(package! org-tracktable)
(package! org-appear :recipe (:host github :repo "awth13/org-appear")
:pin "303fcc8d5d85a4ebff2798dab50b2ccc0255ea5f")
(package! annotate)
(package! typopunct)
(package! smart-quotes)
(package! mw-thesaurus)
(package! powerthesaurus)
(package! browse-kill-ring)
(package! dimmer)
(package! nov)
(unpin! org-roam)
(package! org-roam-ui)
(package! citeproc) ; for Ox-Hugo when it exports citations in CSL format
(package! atomic-chrome)
(package! anki-editor)
(package! org-wc)
(package! grab-x-link) ; use grab-mac-link if you are a Mac user
(package! speed-type)
(package! org-analyzer)
(package! define-word)
(package! mermaid-mode)
(package! org-transclusion)
(package! org-super-agenda)
(package! keycast)
(package! gif-screencast)
(package! olivetti)
;; (package! org-habit-stats)
(package! mixed-pitch)
(package! elpher)
;; (package! gemini-write)
(package! org-heatmap :recipe (:host github :repo "Elilif/org-heatmap"))
(package! sandcastle-theme :recipe (:host github :repo "habamax/sandcastle-theme"))
(package! flymake-vale :recipe (:host github :repo "tpeacock19/flymake-vale"))
(package! org-side-tree)
(package! hl-todo)
(package! flycheck-hl-todo)
(package! freeze-it)
(package! monkeytype)