You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,10 @@ compile errors and Clippy lints inline.
144
144
[cargo.el](https://github.com/kwrooijen/cargo.el) provides a minor
145
145
mode for integration with Cargo, Rust's package manager.
146
146
147
+
## cargo-mode
148
+
149
+
[cargo-mode](https://github.com/ayrat555/cargo-mode) is an Emacs minor mode which allows to dynamically select a Cargo command. The reasons behind this package can be found in [the post](https://www.badykov.com/emacs/2021/05/29/emacs-cargo-mode/).
150
+
147
151
## Rustic
148
152
[rustic](https://github.com/brotzeit/rustic) is a fork of rust-mode,
149
153
extending it with other features such as integration with LSP and with flycheck.
0 commit comments