diff options
author | stuebinm | 2024-07-10 16:11:17 +0200 |
---|---|---|
committer | stuebinm | 2024-07-10 16:11:17 +0200 |
commit | 7889698c01c2de820047d8c0d75e1f4fb59f088d (patch) | |
tree | bc0f526697384ca549a0b1e0873efe07d26e1e80 /init.el | |
parent | d9d1830207dace26ddd6de6da19619637b4e344e (diff) |
Diffstat (limited to '')
-rw-r--r-- | init.el | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -21,9 +21,10 @@ :completion ;;company ; the ultimate code completion backend - helm ; the *other* search engine for love and life + ;; helm ; the *other* search engine for love and life ;;ido ; the other *other* search engine... - ivy ; a search engine for love and life + ;; ivy ; a search engine for love and life + vertico :ui ;;deft ; notational velocity for Emacs @@ -79,8 +80,8 @@ :checkers syntax ; tasing you for every semicolon you forget - ;; (spell +flyspell +aspell) ; tasing you for misspelling mispelling - ;;grammar ; tasing grammar mistake every you make + (spell +flyspell +aspell) ; tasing you for misspelling mispelling + ;; grammar ; tasing grammar mistake every you make :tools ;;ansible @@ -88,7 +89,7 @@ ;;debugger ; FIXME stepping through code, to help you add bugs direnv docker - ;;editorconfig ; let someone else argue about tabs vs spaces + editorconfig ; let someone else argue about tabs vs spaces ;;ein ; tame Jupyter notebooks with emacs (eval +overlay) ; run code, run (also, repls) ;;gist ; interacting with github gists @@ -150,7 +151,7 @@ markdown ; writing docs for people to ignore ;;nim ; python + lisp at the speed of c (nix +treesitter) ; I hereby declare "nix geht mehr!" - ;;ocaml ; an objective camel + (ocaml +lsp) ; an objective camel (org +roam2 +pandoc @@ -165,9 +166,9 @@ ;;rest ; Emacs as a REST client ;;rst ; ReST in peace ;;(ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"} - (rust +lsp) ; Fe2O3.unwrap().unwrap().unwrap().unwrap() + (rust +lsp +tree-sitter) ; Fe2O3.unwrap().unwrap().unwrap().unwrap() ;;scala ; java, but good - (scheme +gauche) ; a fully conniving family of lisps + ;;(scheme +gauche) ; a fully conniving family of lisps sh ; she sells {ba,z,fi}sh shells on the C xor ;;sml ;;solidity ; do you need a blockchain? No. |