summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorbrotzeit <brotzeitmacher@gmail.com>2021-11-27 17:59:50 +0100
committerbrotzeit <brotzeitmacher@gmail.com>2021-11-27 17:59:50 +0100
commite76a97167096757bcd62b6c4b28662129df2d7ff (patch)
treed4849f1ef41b92b625854fc1e6e3a2de27e4d137 /README.md
parent5cf4207916a54a711c16351719dddc8f1b4e2d48 (diff)
downloadrust-mode-e76a97167096757bcd62b6c4b28662129df2d7ff.tar.gz
update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8aba0e3..46c48ea 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,7 @@
- [Running / testing / compiling code](#running--testing--compiling-code)
- [Clippy](#clippy)
- [Easy insertion of dbg!](#easy-insertion-of-dbg)
+ - [More commands](#more-commands)
- [LSP](#lsp)
- [eglot](#eglot)
- [lsp-mode](#lsp-mode)
@@ -154,6 +155,10 @@ program.
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
+
## LSP
### eglot