-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathinit.el
171 lines (158 loc) · 3.86 KB
/
init.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
;;; ~/.doom.d/init.el -*- lexical-binding: t; -*-
(doom! :completion
;; (company +childframe)
corfu
;;ivy
;;helm
;;ido
(vertico +icons)
:ui
;;deft
doom
doom-dashboard
;;doom-quit
;;(emoji +unicode)
;;fill-column
hl-todo
;;hydra
;;indent-guides ; highlighted indent columns
;;ligatures
;;minimap
modeline
;;nav-flash
;;neotree
ophints
(popup +defaults)
;;treemacs
;;tree-sitter
;;unicode
;;tabs
(vc-gutter +diff-hl +pretty)
;;window-select
workspaces
;;zen
;;vi-tilde-fringe
:input
;;chinese
;;japanese
:editor
(evil +everywhere)
file-templates
fold ; (nigh) universal code folding
;;objed
format ; automated prettiness
;;lispy ; vim for lisp, for people who dont like vim
multiple-cursors ; editing in many places at once
;;parinfer ; turn lisp into python, sort of
rotate-text ; cycle region at point between text candidates
snippets
;;word-wrap
:emacs
dired ; making dired pretty [functional]
electric ; smarter, keyword-based electric-indent
;;ibuffer ; interactive buffer management
undo
vc
:term
eshell ; a consistent, cross-platform shell (WIP)
;;shell
;;term ; terminals in Emacs
vterm
:checkers
syntax
spell
;;grammar
:tools
;;tree-sitter
;;ansible
;;(debugger +lsp)
direnv
;;docker
editorconfig ; let someone else argue about tabs vs spaces
;;ein ; tame Jupyter notebooks with emacs
(eval +overlay)
;;gist
(lookup +docsets +dictionary)
lsp
;;macos ; MacOS-specific commands
magit ;
;;make ; run make tasks from Emacs
;;pass ; password manager for nerds
pdf ; pdf enhancements
;;prodigy ; FIXME managing external services & code builders
;;rgb ; creating color strings
;;terraform ; infrastructure as code
;;tmux ; an API for interacting with tmux
;;upload ; map local to remote projects via ssh/ftp
:os
;;arch
(:if IS-MAC macos)
;;nixos
;;tty ; enable terminal integration
:lang
;;agda
;;assembly
beancount
(cc +lsp)
;;crystal
;;clojure
;;(csharp +unity +lsp)
;;common-lisp
;;coq
;;data
;;dart
;;erlang
;;elixir
;;elm
emacs-lisp
;;ess
;;faust
;;fortran
;;fsharp ; ML stands for Microsoft's Language
(gdscript +lsp)
;;go
(graphql +lsp) ; Give queries a REST
;;haskell
;;hy
;;(java +meghanada)
(javascript +lsp)
;;julia
;;latex
;;ledger
;;(lua +fennel)
markdown
;;nim
nix
;;ocaml
(org +dragndrop +roam2 +present)
;;perl
;; php
;;plantuml
;;purescript
(python +lsp)
;;qt
;; racket
rest
ruby
(rust +lsp)
;;scala
;;(scheme +guile)
sh
;;sml
;;swift
web
yaml
(zig +lsp)
:email
;;(mu4e +gmail) ; WIP
;;notmuch ; WIP
;;(wanderlust +gmail) ; WIP
:app
;;calendar
everywhere
;;irc
;;(rss +org)
;;ereader
:config
;;literate
(default +bindings +smartparens))