diff options
| author | mgmarlow <graham@mgmarlow.com> | 2023-06-19 17:19:30 -0700 |
|---|---|---|
| committer | mgmarlow <graham@mgmarlow.com> | 2023-06-19 17:19:30 -0700 |
| commit | 352383f63419159148792bd484778287a70cdaec (patch) | |
| tree | 707de1f70d632555de896651a9ff06e67d64fa8a | |
| parent | d8a7c54bf0af720ccd0b1c32e1e38bbe1dac0a21 (diff) | |
| download | flymake-clippy-352383f63419159148792bd484778287a70cdaec.tar.gz | |
Update README
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ Use with [rust-mode](https://elpa.nongnu.org/nongnu/rust-mode.html): ```elisp (use-package clippy-flymake - :vc (:fetcher github :repo mgmarlow/clippy-flymake) + :vc (:fetcher sourcehut :repo mgmarlow/clippy-flymake) :hook (rust-mode . clippy-flymake-setup-backend)) ``` @@ -32,7 +32,7 @@ Eglot [fully manages Flymake](https://github.com/joaotavora/eglot/issues/268) so ```elisp (use-package clippy-flymake - :vc (:fetcher github :repo mgmarlow/clippy-flymake) + :vc (:fetcher sourcehut :repo mgmarlow/clippy-flymake) :hook (rust-mode . clippy-flymake-setup-backend)) (defun manually-activate-flymake () |
