We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f74dd1c commit 08cea61Copy full SHA for 08cea61
README.md
@@ -201,7 +201,7 @@ You can try the new native treesitter mode `rust-ts-mode` with:
201
(setq rust-mode-treesitter-derive t))
202
```
203
204
-In case you want to use treesitter but can't use emacs master, you can
+In case you want to use treesitter but can't use Emacs 29.1, you can
205
take a look at
206
[tree-sitter](https://github.com/emacs-tree-sitter/elisp-tree-sitter). When
207
the dependencies are installed you can activate the feature with:
rust-mode-treesitter.el
@@ -6,6 +6,9 @@
6
;;; Code:
7
8
;;;###autoload
9
+(require 'treesit)
10
+(require 'rust-ts-mode)
11
+
12
(define-derived-mode rust-mode rust-ts-mode "Rust"
13
"Major mode for Rust code.
14
0 commit comments