Organization

This commit is contained in:
Nathan McCarty 2023-03-09 05:35:00 -05:00
parent 66257103e0
commit cb8f4a541d
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 20 additions and 13 deletions

33
init.el
View File

@ -76,21 +76,28 @@
(tty +osc) (tty +osc)
:lang :lang
data ;;; Programming languages
emacs-lisp ;; Systems/low level languages
(json +tree-sitter)
(latex +fold)
(markdown +tree-sitter)
(nix +tree-sitter)
(org +pandoc +present +roam2 +pomodoro)
(rust +lsp +tree-sitter) (rust +lsp +tree-sitter)
(sh +fish) ;; JVM
(yaml +tree-sittter)
(scheme +chez)
(haskell +lsp +tree-sitter)
plantuml
(kotlin +lsp)
(java +lsp) (java +lsp)
(kotlin +lsp)
;; Web
;; Other High Level
(haskell +lsp +tree-sitter)
emacs-lisp
(scheme +chez)
(sh +fish)
;; Configuration/Data
(nix +tree-sitter)
data
(yaml +tree-sittter)
(json +tree-sitter)
;; Markup
(latex +fold)
(markdown +tree-sitter)
(org +pandoc +present +roam2 +pomodoro)
plantuml
:email :email
(mu4e +org) (mu4e +org)