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 new command: cargo-find-dependency #132

Merged
merged 1 commit into from
Mar 2, 2022

Conversation

nemethf
Copy link
Contributor

@nemethf nemethf commented Feb 28, 2022

I've extracted this from another project of mine. I hope it is somewhat useful for others.


  • cargo.el (cargo-find-dependency): New command.
    (cargo-minor-mode-command-map): Bind it to C-S-f.

  • cargo-process.el (cargo-process--get-metadata): New defun.

@kwrooijen
Copy link
Owner

Thanks, this seems really useful!

Could you update the README with this new function?

* cargo.el (cargo-find-dependency): New command.
(cargo-minor-mode-command-map): Bind it to C-S-f.

* cargo-process.el (cargo-process--get-metadata): New defun.

* README.md (Usage): Document the keybinding.
@nemethf
Copy link
Contributor Author

nemethf commented Mar 2, 2022

Could you update the README with this new function?

Sure. I've force-pushed the new version. Thanks.

@kwrooijen kwrooijen merged commit a500fd2 into kwrooijen:master Mar 2, 2022
@kwrooijen
Copy link
Owner

Look good, thanks for the contribution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants