diff options
| author | brotzeit <brotzeitmacher@gmail.com> | 2021-11-27 17:59:50 +0100 |
|---|---|---|
| committer | brotzeit <brotzeitmacher@gmail.com> | 2021-11-27 17:59:50 +0100 |
| commit | e76a97167096757bcd62b6c4b28662129df2d7ff (patch) | |
| tree | d4849f1ef41b92b625854fc1e6e3a2de27e4d137 /README.md | |
| parent | 5cf4207916a54a711c16351719dddc8f1b4e2d48 (diff) | |
| download | rust-mode-e76a97167096757bcd62b6c4b28662129df2d7ff.tar.gz | |
update readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |
