diff options
| author | mgmarlow <graham@mgmarlow.com> | 2023-08-08 16:42:11 -0700 |
|---|---|---|
| committer | mgmarlow <graham@mgmarlow.com> | 2023-08-08 16:42:11 -0700 |
| commit | 42078c60bf2d39d509bc3f81a1973e0522d597e7 (patch) | |
| tree | 77275bb8bfc6994822a9d8c633f05c25a9fa3931 | |
| parent | e3f45fe36fbaa81dc898c5c23fdd3a3b53be285c (diff) | |
| download | flymake-clippy-42078c60bf2d39d509bc3f81a1973e0522d597e7.tar.gz | |
README updates
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ A Flymake backend for [Clippy](https://doc.rust-lang.org/stable/clippy/index.htm You probably want to install [rust-mode](https://github.com/rust-lang/rust-mode) first. -Install from MELPA: +Install from [MELPA](https://melpa.org/#/getting-started): ``` elisp (use-package flymake-clippy @@ -54,7 +54,7 @@ Running backends: flymake-clippy-backend, eglot-flymake-backend ### Complete eglot + rust-mode + use-package example -Eglot 1.6+: +With Eglot 1.6+: ```elisp (use-package rust-mode |
