Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a shortcut for cargo check command in the rust layer. #9943

Closed
iddm opened this issue Dec 2, 2017 · 1 comment
Closed

Add a shortcut for cargo check command in the rust layer. #9943

iddm opened this issue Dec 2, 2017 · 1 comment
Labels

Comments

@iddm
Copy link
Contributor

iddm commented Dec 2, 2017

There is a very useful command in the cargo called check, which does not compile anything but simply checks the project for being able to compile at all. Can we map it to a shortcut? It would also be good in my opinion to move cargo-process-build to a cb shortcut.

"cc"  'cargo-process-check
"cb"  'cargo-process-build
@iddm iddm changed the title Use `SPC m c h" for "cargo check" command Add a shortcut for cargo check command in the rust layer. Dec 2, 2017
iddm added a commit to iddm/spacemacs that referenced this issue Dec 2, 2017
1. Adds shortcut for the `cargo check` command.
2. Remaps shortcut for the `cargo build` command from `cc` to `cb`.
iddm added a commit to iddm/spacemacs that referenced this issue Dec 2, 2017
1. Adds a shortcut for the `cargo check` command as "cc".
2. Remaps a shortcut for `cargo build` command from "cc" to "cb".

Fixes syl20bnr#9943
syl20bnr pushed a commit that referenced this issue Jan 18, 2018
1. Adds a shortcut for the `cargo check` command as "cc".
2. Remaps a shortcut for `cargo build` command from "cc" to "cb".

Fixes #9943
pinetr2e pushed a commit to pinetr2e/spacemacs that referenced this issue Mar 7, 2018
1. Adds a shortcut for the `cargo check` command as "cc".
2. Remaps a shortcut for `cargo build` command from "cc" to "cb".

Fixes syl20bnr#9943
buckarooch pushed a commit to profilech/.emacs.d that referenced this issue May 19, 2018
1. Adds a shortcut for the `cargo check` command as "cc".
2. Remaps a shortcut for `cargo build` command from "cc" to "cb".

Fixes syl20bnr#9943
CodingSolo pushed a commit to CodingSolo/spacemacs that referenced this issue Oct 29, 2018
1. Adds a shortcut for the `cargo check` command as "cc".
2. Remaps a shortcut for `cargo build` command from "cc" to "cb".

Fixes syl20bnr#9943
@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!

@github-actions github-actions bot added the stale marked as a stale issue/pr (usually by a bot) label Feb 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants