File tree 2 files changed +1
-11
lines changed
comb/lord-valen/homeProfiles/doom
2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 7
7
(syntax +childframe +flymake)
8
8
9
9
:completion
10
- (company +childframe +tng )
10
+ (corfu +icons +orderless )
11
11
(vertico +childframe)
12
12
13
13
:editor
31
31
32
32
:lang
33
33
(cc +lsp +tree-sitter)
34
- common-lisp
35
34
coq
36
35
(csharp +lsp +tree-sitter +dotnet)
37
36
data
38
37
emacs-lisp
39
- ; ; (haskell +lsp +tree-sitter)
40
- ; ; (java +lsp +tree-sitter)
41
38
(javascript +lsp +tree-sitter)
42
39
(json +lsp +tree-sitter)
43
- ; ; (kotlin +lsp)
44
- (latex +fold +lsp)
45
40
(lua +lsp +tree-sitter)
46
41
(markdown +grip)
47
42
(nix +lsp +tree-sitter)
48
- ; ; (ocaml +lsp +tree-sitter)
49
43
(org +dragndrop +pandoc +present +pretty +roam2)
50
44
(rust +lsp +tree-sitter)
51
45
(sh +lsp +tree-sitter)
85
79
window-select
86
80
workspaces
87
81
88
- :app
89
- calendar
90
-
91
82
:config
92
83
; ; This needs to be loaded last due to `featurep' use.
93
84
(default +bindings +smartparens))
Original file line number Diff line number Diff line change 4
4
5
5
programs . emacs = {
6
6
enable = true ;
7
- package = pkgs . emacs29 ;
8
7
extraPackages =
9
8
epkgs : with epkgs ; [
10
9
# :term vterm
You can’t perform that action at this time.
0 commit comments