-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinit.el
More file actions
73 lines (61 loc) · 1.02 KB
/
init.el
File metadata and controls
73 lines (61 loc) · 1.02 KB
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
;;; init.el -*- lexical-binding: t; -*-
;; NOTE 'SPC h d h' to access Doom's documentation.
;; NOTE 'K' on a module's name (or its flags) to view its documentation.
;; NOTE 'gd' on a module's name to browse its source code.
(doom!
:app
calendar
:completion
(corfu +orderless)
vertico
:ui
doom
doom-dashboard
hl-todo
indent-guides
modeline
ophints
(popup +defaults)
tabs
treemacs
(vc-gutter +pretty)
vi-tilde-fringe
workspaces
zen
:editor
(evil +everywhere)
fold
:emacs
dired
electric
undo
vc
:term
vterm
:checkers
syntax
(spell +flyspell +everywhere)
:tools
debugger
direnv
editorconfig
(eval +overlay)
lookup
(lsp +peek)
(magit +forge)
tree-sitter
:os
(:if (featurep :system 'macos) macos)
tty
:lang
emacs-lisp
markdown
(nix +tree-sitter +lsp)
(org +pandoc +roam2)
(python +lsp +pyright)
(rust +tree-sitter +lsp)
(sh +tree-sitter +lsp)
(yaml +tree-sitter)
:config
;;literate
(default +bindings +smartparens +gnupg))