this repo has no description
dotfiles

[doom] Update init file

sharparam.com faa677c0 2fc887b1

verified
+15 -12
+15 -12
doom/.config/doom/init.el
··· 23 23 ;;layout ; auie,ctsrnm is the superior home row 24 24 25 25 :completion 26 - company ; the ultimate code completion backend 26 + ;;company ; the ultimate code completion backend 27 + (corfu +orderless) ; complete with cap(f), cape and a flying feather! 27 28 ;;helm ; the *other* search engine for love and life 28 29 ;;ido ; the other *other* search engine... 29 30 ;;ivy ; a search engine for love and life ··· 71 72 :emacs 72 73 (dired +icons) ; making dired pretty [functional] 73 74 electric ; smarter, keyword-based electric-indent 75 + ;;eww ; the internet is gross 74 76 (ibuffer +icons) ; interactive buffer management 75 77 ;;tramp ; <no description> 76 78 undo ; persistent, smarter undo for your inevitable mistakes ··· 98 100 (eval +overlay) ; run code, run (also, repls) 99 101 ;;gist ; interacting with github gists 100 102 lookup ; navigate your code and its documentation 103 + ;;llm ; when I said you needed friends, I didn't mean... 101 104 lsp ; M-x vscode 102 105 magit ; +forge ; a git porcelain for Emacs 103 106 ;;make ; run make tasks from Emacs ··· 108 111 ;;taskrunner ; taskrunner for all your projects 109 112 ;;terraform ; infrastructure as code 110 113 ;;tmux ; an API for interacting with tmux 114 + tree-sitter ; syntax and parsing, sitting in a tree... 111 115 ;;upload ; map local to remote projects via ssh/ftp 112 116 113 117 :os ··· 123 127 ;;coq ; proofs-as-programs 124 128 crystal ; ruby at the speed of c 125 129 (csharp +dotnet +lsp) ; unity, .NET, and mono shenanigans 126 - ;;(dart +flutter) ; paint ui and not much else 127 130 data ; config/data formats 131 + ;;(dart +flutter) ; paint ui and not much else 128 132 ;;dhall 129 - (elixir +lsp) ; erlang done right 133 + (elixir +lsp +tree-sitter) ; erlang done right 130 134 ;;elm ; care for a cup of TEA? 131 135 emacs-lisp ; drown in parentheses 132 - ;;(erlang +lsp) ; an elegant language for a more civilized age 136 + (erlang +lsp +tree-sitter) ; an elegant language for a more civilized age 133 137 ;;ess ; emacs speaks statistics 134 138 ;;factor 135 139 ;;faust ; dsp, but you get to keep your soul ··· 143 147 ;;idris ; a language you can depend on 144 148 json ; At least it ain't XML 145 149 (java +lsp) ; the poster child for carpal tunnel syndrome 146 - (javascript +lsp) ; all(hope(abandon(ye(who(enter(here)))))) 147 - (json +lsp) 150 + (javascript +lsp +tree-sitter) ; all(hope(abandon(ye(who(enter(here)))))) 151 + (json +lsp +tree-sitter) 148 152 ;;julia ; a better, faster MATLAB 149 153 (kotlin +lsp) ; a better, slicker Java(Script) 150 154 (latex +latexmk +lsp) ; writing papers in Emacs has never been so fun ··· 153 157 (lua +lsp +fennel +moonscript) ; one-based indices? one-based indices 154 158 (markdown +grip) ; writing docs for people to ignore 155 159 ;;nim ; python + lisp at the speed of c 156 - nix ; I hereby declare "nix geht mehr!" 160 + (nix +lsp +tree-sitter) ; I hereby declare "nix geht mehr!" 157 161 ;;ocaml ; an objective camel 158 162 (org +present +pretty +roam2 +journal +jupyter) ; organize your plain life in plain text 159 - (php +lsp) ; perl's insecure younger brother 163 + (php +lsp +tree-sitter) ; perl's insecure younger brother 160 164 ;;plantuml ; diagrams for confusing people more 161 165 ;;purescript ; javascript, but functional 162 - (python +lsp +pyright +poetry) ; beautiful is better than ugly 166 + (python +lsp +tree-sitter +pyright +poetry) ; beautiful is better than ugly 163 167 ;;qt ; the 'cutest' gui framework ever 164 168 (racket +lsp) ; a DSL for DSLs 165 169 raku ; the artist formerly known as perl6 166 170 rest ; Emacs as a REST client 167 171 ;;rst ; ReST in peace 168 - (ruby +lsp +rbenv +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"} 169 - (rust +lsp) ; Fe2O3.unwrap().unwrap().unwrap().unwrap() 172 + (ruby +lsp +tree-sitter +rbenv +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"} 173 + (rust +lsp +tree-sitter) ; Fe2O3.unwrap().unwrap().unwrap().unwrap() 170 174 ;;scala ; java, but good 171 175 ;;(scheme +guile) ; a fully conniving family of lisps 172 176 (sh +lsp +powershell) ; she sells {ba,z,fi}sh shells on the C xor ··· 189 193 ;;everywhere ; *leave* Emacs!? You must be joking 190 194 ;;irc ; how neckbeards socialize 191 195 ;;(rss +org) ; emacs as an RSS reader 192 - ;;twitter ; twitter client https://twitter.com/vnought 193 196 194 197 :config 195 198 ;;literate