feat: enable new modules
This commit is contained in:
parent
4e2b5484b0
commit
296149638f
1 changed files with 8 additions and 6 deletions
14
config.org
14
config.org
|
|
@ -966,6 +966,7 @@ modeline
|
||||||
;;neotree
|
;;neotree
|
||||||
ophints
|
ophints
|
||||||
(popup +defaults)
|
(popup +defaults)
|
||||||
|
smooth-scroll
|
||||||
;;tabs
|
;;tabs
|
||||||
;;(treemacs +lsp)
|
;;(treemacs +lsp)
|
||||||
unicode
|
unicode
|
||||||
|
|
@ -990,6 +991,7 @@ fold
|
||||||
;;parinfer
|
;;parinfer
|
||||||
;;rotate-text
|
;;rotate-text
|
||||||
snippets
|
snippets
|
||||||
|
(whitespace +guess +trim)
|
||||||
word-wrap
|
word-wrap
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|
@ -999,7 +1001,7 @@ word-wrap
|
||||||
;;ansible
|
;;ansible
|
||||||
biblio
|
biblio
|
||||||
;;collab
|
;;collab
|
||||||
;;debugger
|
debugger
|
||||||
direnv
|
direnv
|
||||||
;;docker
|
;;docker
|
||||||
;;editorconfig
|
;;editorconfig
|
||||||
|
|
@ -1071,9 +1073,9 @@ Doom Emacs provides a large collection of modules for different languages. Which
|
||||||
#+name: doom-lang
|
#+name: doom-lang
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
:lang
|
:lang
|
||||||
(agda +tree-sitter +local)
|
(agda +tree-sitter)
|
||||||
;;beancount
|
;;beancount
|
||||||
;;(cc +lsp)
|
(cc +lsp +tree-sitter)
|
||||||
;;clojure
|
;;clojure
|
||||||
;;common-lisp
|
;;common-lisp
|
||||||
;;coq
|
;;coq
|
||||||
|
|
@ -1111,14 +1113,14 @@ markdown
|
||||||
;;nim
|
;;nim
|
||||||
(nix +lsp +tree-sitter)
|
(nix +lsp +tree-sitter)
|
||||||
;;ocaml
|
;;ocaml
|
||||||
(org +roam2 +present
|
(org +roam +present
|
||||||
+gnuplot +jupyter
|
+gnuplot +jupyter
|
||||||
+pandoc +journal)
|
+pandoc +journal +pretty)
|
||||||
;;php
|
;;php
|
||||||
;;plantuml
|
;;plantuml
|
||||||
;;purescript
|
;;purescript
|
||||||
(python +lsp +tree-sitter)
|
(python +lsp +tree-sitter)
|
||||||
;;qt
|
(qt +lsp +tree-sitter)
|
||||||
;;racket
|
;;racket
|
||||||
;;raku
|
;;raku
|
||||||
;;rest
|
;;rest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue