-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinit.el
74 lines (61 loc) · 1.27 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
;;; init.el -*- lexical-binding: t; -*-
;; TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW
(doom! :input
japanese
:completion
(corfu +orderless +icons)
(vertico +icons)
:ui
doom
doom-dashboard
(emoji +unicode)
hl-todo
modeline
nav-flash
ophints
(popup +defaults)
(vc-gutter +pretty)
:editor
(evil +everywhere)
file-templates
(format +onsave)
snippets
word-wrap
:emacs
(dired +dirvish)
electric
undo
vc
:term
eshell
vterm
:checkers
(syntax +flymake +icons)
(spell +aspell)
:tools
debugger
direnv
(eval +overlay)
(lookup +dictionary +offline)
(lsp +eglot)
magit
tree-sitter
:os
(:if (featurep :system 'macos) macos)
(tty +osc)
:lang
(cc +tree-sitter)
(clojure +tree-sitter)
emacs-lisp
(markdown +grip)
(nix +tree-sitter)
(org +pretty)
(python +tree-sitter +lsp)
(rust +tree-sitter +lsp)
sh
(yaml +tree-sitter)
(zig +lsp +tree-sitter)
:app
calendar
:config
(default +bindings +smartparens))