Skip to content

Commit e6faa0e

Browse files
authored
Merge pull request #29 from emacs-rustic/docs-tree
docs: Document the dependency on rust-mode for treesiter
2 parents 6ae74ee + d7079da commit e6faa0e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,14 @@ rust-mode:
341341
(setq rust-mode-treesitter-derive t))
342342
```
343343

344+
And make to have rustic load after rust-mode:
345+
346+
``` emacs-lisp
347+
(use-package rustic
348+
:ensure t
349+
:after (rust-mode))
350+
```
351+
344352
## LSP
345353

346354
Disable `rustic-lsp-setup-p` to turn off automatic LSP configuration.

0 commit comments

Comments
 (0)