summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorbrotzeit <brotzeitmacher@gmail.com>2023-01-07 09:48:07 +0100
committerGitHub <noreply@github.com>2023-01-07 09:48:07 +0100
commitb2e8282a3656e49a8a7900ca3f1ce92cf0dbadcf (patch)
tree9dc4590e26adda41a69749b9eed0f63790cd69ef /README.md
parent53b1b5c0bf9fdfd808e2671b5635c105961f06ca (diff)
parent8767fef9922b6823ff99c8f9ad96003cb87d1f4b (diff)
downloadrust-mode-b2e8282a3656e49a8a7900ca3f1ce92cf0dbadcf.tar.gz
Merge pull request #486 from rust-lang/docs-readme
docs: Mention rust-toggle-mutability instead of rustic one
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 88c4e7a..01dc5e8 100644
--- a/README.md
+++ b/README.md
@@ -50,7 +50,7 @@ This mode provides:
- Indentation
- Integration with Cargo, clippy and rustfmt
-This mode does _not_ provide autocompletion, or jumping to function /
+This mode does _not_ provide auto completion, or jumping to function /
trait definitions. See [Auto-completion](#auto-completion) below for tips on how
to enable this.
@@ -189,7 +189,7 @@ This is bound to <kbd>C-c C-d</kbd> by default.
### More commands
-- `rustic-toggle-mutability` toggle mut for var defined at current line
+- `rust-toggle-mutability` toggle mut for var defined at current line
## highlighting with tree-sitter
@@ -228,7 +228,7 @@ by using additional packages. You can find more information in the
You can either use a lsp client or [racer](https://github.com/racer-rust/racer)
with [emacs-racer](https://github.com/racer-rust/emacs-racer#installation).
-Note that racer and rls are considered deprecated. You should try rust-analyzer
+Note that racer and rls are considered deprecated. You should use rust-analyzer
instead.
## Other recommended packages