Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(treesit): auto mode precedence of rust-mode
Currently, `rust-ts-mode` will add itself to the `auto-mode-alist` when it is loaded, which is after the autoload for adding `rust-mode`. We need to re-add `rust-mode` after loading the treesitter package to make sure this mode has higher priority.
- Loading branch information