diff options
author | stuebinm | 2023-10-30 13:12:37 +0100 |
---|---|---|
committer | stuebinm | 2023-10-30 13:12:37 +0100 |
commit | d9d1830207dace26ddd6de6da19619637b4e344e (patch) | |
tree | dad79df49b3aafbffe53eb7d324fe67a08526da2 /init.el | |
parent | 46ff29aa429ea416197929c64546a48dfaf563bb (diff) |
some improvements & fixes
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -86,7 +86,7 @@ ;;ansible ;;biblio ;;debugger ; FIXME stepping through code, to help you add bugs - ;;direnv + direnv docker ;;editorconfig ; let someone else argue about tabs vs spaces ;;ein ; tame Jupyter notebooks with emacs @@ -113,7 +113,7 @@ :lang (agda +local) ; types of types of types of types... ;;beancount - ;;cc ; C/C++/Obj-C madness + (cc +lsp +tree-sitter) ; C/C++/Obj-C madness clojure ; java with a lisp ;;common-lisp ; if you've seen one lisp, you've seen them all ;;coq ; proofs-as-programs @@ -135,7 +135,7 @@ ;;gdscript ; the language you waited for (go +lsp +tree-sitter) ; the hipster dialect ;;graphql - (haskell +lsp) ; a language that's lazier than I am + (haskell +lsp +tree-sitter) ; a language that's lazier than I am ;;hy ; readability of scheme w/ speed of python idris ; a language you can depend on (json +tree-sitter) ; At least it ain't XML @@ -144,12 +144,12 @@ (julia +lsp +tree-sitter) ; a better, faster MATLAB ;;kotlin ; a better, slicker Java(Script) ;;latex ; writing papers in Emacs has never been so fun - lean + lean4 ;;ledger ; an accounting system in Emacs ;;lua ; one-based indices? one-based indices markdown ; writing docs for people to ignore ;;nim ; python + lisp at the speed of c - nix ; I hereby declare "nix geht mehr!" + (nix +treesitter) ; I hereby declare "nix geht mehr!" ;;ocaml ; an objective camel (org +roam2 |