[module/rust] enable rust
This commit is contained in:
parent
f691908512
commit
c415aaa25e
2 changed files with 6 additions and 1 deletions
4
init.el
4
init.el
|
@ -176,7 +176,9 @@
|
||||||
;;rest ; Emacs as a REST client
|
;;rest ; Emacs as a REST client
|
||||||
;;rst ; ReST in peace
|
;;rst ; ReST in peace
|
||||||
;;(ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"}
|
;;(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
|
;;scala ; java, but good
|
||||||
(scheme +guile) ; a fully conniving family of lisps
|
(scheme +guile) ; a fully conniving family of lisps
|
||||||
sh ; she sells {ba,z,fi}sh shells on the C xor
|
sh ; she sells {ba,z,fi}sh shells on the C xor
|
||||||
|
|
|
@ -74,3 +74,6 @@
|
||||||
(package! cider)
|
(package! cider)
|
||||||
(package! flycheck-clj-kondo)
|
(package! flycheck-clj-kondo)
|
||||||
(package! clj-refactor)
|
(package! clj-refactor)
|
||||||
|
|
||||||
|
;; rust
|
||||||
|
(unpin! rustic)
|
||||||
|
|
Loading…
Reference in a new issue