-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.el
141 lines (123 loc) · 2.02 KB
/
config.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
(cat! "+package")
(cat! "+utils")
(cat! "+file")
(cat! "+benchmark")
(cat! "+default")
(cat! "+env")
(cat! "+local")
;;; enhance
(cat! "+diredx")
(cat! "+tramp")
(cat! "+eudc")
;;; ui
;; (cat! "+nano")
(cat! "+doom")
(cat! "+font")
(cat! "+autodark")
(cat! "+beauty")
(cat! "+windows")
(cat! "+workspace")
(cat! "+treemacs")
(cat! "+dashboard")
;;; daemon
(cat! "+daemon")
;;; os
(when IS-MAC
(cat! "+macos"))
;;; editor
(cat! "+meow")
(cat! "+avy")
(cat! "+smartparens")
;; (cat! "+hydra")
;;; completion
;; (cat! "+company")
(cat! "+corfu")
;; (cat! "+selectrum")
(cat! "+vertico")
;; (cat! "+orderless")
(cat! "+prescient")
(cat! "+marginalia")
(cat! "+which-key")
(cat! "+consult")
(cat! "+embark")
(cat! "+yasnippet")
;;; search
(cat! "+rg")
;;; git
(cat! "+magit")
(cat! "+git-misc")
;;; org
(cat! "+org")
(cat! "+org-todo")
(cat! "+org-notes")
(cat! "+org-latex")
(cat! "+org-roam")
(cat! "+org-srs")
;; (cat! "+org-cv")
(cat! "+org-link")
(cat! "+org-jira")
;;; latex
(cat! "+bibcite")
(cat! "+latex")
(cat! "+cdlatex")
;; (cat! "+zotero")
;;; markdown
(cat! "+markdown")
;;; csv
(cat! "+csv")
;;; input
(cat! "+rime")
;;; code
(cat! "+format")
(cat! "+flycheck")
(if EMACS29+ (cat! "+treesit") (cat! "+tree-sitter"))
(cat! "+doc")
(cat! "+sideline")
(cat! "+codeium")
;; (cat! "+lsp")
;; (cat! "+lsp-bridge")
(cat! "+eglot")
(cat! "+jump")
;;; language
(cat! "+android")
(cat! "+applescript")
(cat! "+cmake")
(cat! "+dart")
(cat! "+go")
(cat! "+gradle")
(cat! "+js")
(cat! "+jvm")
(cat! "+lua")
(cat! "+makefile")
(cat! "+mermaid")
(cat! "+plantuml")
(cat! "+powershell")
(cat! "+protobuf")
(cat! "+python")
(cat! "+swift")
(cat! "+vb")
(cat! "+yaml")
;;; tools
(cat! "+ansible")
(cat! "+caddy")
(cat! "+docker")
;;; plugins
(cat! "+term")
(cat! "+log")
(cat! "+chat")
(cat! "+pdf")
(cat! "+nov")
(cat! "+toc")
(cat! "+elfeed")
(cat! "+language")
(cat! "+ncm")
(cat! "+mail")
(cat! "+music")
(cat! "+pass")
(cat! "+gist")
(cat! "+beancount")
(cat! "+diagram-preview")
(cat! "+confluence")
(cat! "+chezmoi")
(cat! "+undo")
(cat! "+keymap")