diff --git a/config.org b/config.org index 932f8ea..abe2ce3 100644 --- a/config.org +++ b/config.org @@ -145,20 +145,6 @@ Disable smart parens because half of the time it doesn't do what I want: ** Rust -By default =rustic-mode= uses =rls=, I want to use =rust-analyzer= instead. - -#+BEGIN_SRC emacs-lisp -(setq rustic-lsp-server 'rust-analyzer) -#+END_SRC - -I don't want to enable format-on-save globally in Doom, but having it in rust is -nice. - -#+BEGIN_SRC emacs-lisp -(after! rustic - (setq rustic-format-trigger 'nil)) -#+END_SRC - =rustfmt= limits lines to 100 characters, let's display it correctly. #+BEGIN_SRC emacs-lisp diff --git a/init.el b/init.el index d4355ed..91611aa 100644 --- a/init.el +++ b/init.el @@ -91,7 +91,7 @@ ;;(eval +overlay) ; run code, run (also, repls) ;;gist ; interacting with github gists lookup ; navigate your code and its documentation - lsp + ;;lsp ;;macos ; MacOS-specific commands (magit ; a git porcelain for Emacs +forge) @@ -118,11 +118,11 @@ ;;elm ; care for a cup of TEA? emacs-lisp ; drown in parentheses ;;erlang ; an elegant language for a more civilized age - (ess +lsp) ; emacs speaks statistics + ess ; emacs speaks statistics ;;faust ; dsp, but you get to keep your soul ;;fsharp ; ML stands for Microsoft's Language ;;fstar ; (dependent) types and (monadic) effects and Z3 - (go +lsp) ; the hipster dialect + go ; the hipster dialect haskell ; a language that's lazier than I am ;;hy ; readability of scheme w/ speed of python ;;idris ; @@ -153,7 +153,7 @@ ;;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 ; Fe2O3.unwrap().unwrap().unwrap().unwrap() ;;scala ; java, but good ;;scheme ; a fully conniving family of lisps (sh ; she sells {ba,z,fi}sh shells on the C xor