diff --git a/init.el b/init.el index 97ed6df..3b8f7a3 100755 --- a/init.el +++ b/init.el @@ -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 diff --git a/packages.el b/packages.el index 9bb33a1..bc42b24 100755 --- a/packages.el +++ b/packages.el @@ -74,3 +74,6 @@ (package! cider) (package! flycheck-clj-kondo) (package! clj-refactor) + +;; rust +(unpin! rustic)