[module/rust] enable rust

This commit is contained in:
SouthFox 2024-07-10 22:50:14 +08:00
parent f691908512
commit c415aaa25e
2 changed files with 6 additions and 1 deletions

View file

@ -176,7 +176,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 +guile) ; a fully conniving family of lisps
sh ; she sells {ba,z,fi}sh shells on the C xor

View file

@ -74,3 +74,6 @@
(package! cider)
(package! flycheck-clj-kondo)
(package! clj-refactor)
;; rust
(unpin! rustic)