Skip to content

Commit

Permalink
Merge pull request #29 from emacs-rustic/docs-tree
Browse files Browse the repository at this point in the history
docs: Document the dependency on rust-mode for treesiter
  • Loading branch information
psibi authored Aug 9, 2024
2 parents 6ae74ee + d7079da commit e6faa0e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,14 @@ rust-mode:
(setq rust-mode-treesitter-derive t))
```

And make to have rustic load after rust-mode:

``` emacs-lisp
(use-package rustic
:ensure t
:after (rust-mode))
```

## LSP

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

0 comments on commit e6faa0e

Please sign in to comment.