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

cargo-process.el: improve discoverability of cargo-process--* variables. #74

Merged
merged 1 commit into from
Dec 12, 2018

Conversation

mookid
Copy link
Contributor

@mookid mookid commented Dec 9, 2018

customize-group cargo-process now displays a menu that allows to
customize these variables:

image

fix #73

customize-group cargo-process now displays a menu that allows to
customize these variables.

(cargo-process--command-bench): now a defcustom.
(cargo-process--command-build): now a defcustom.
(cargo-process--command-clean): now a defcustom.
(cargo-process--command-doc): now a defcustom.
(cargo-process--command-doc-open): now a defcustom.
(cargo-process--command-new): now a defcustom.
(cargo-process--command-init): now a defcustom.
(cargo-process--command-run): now a defcustom.
(cargo-process--command-run-bin): now a defcustom.
(cargo-process--command-run-example): now a defcustom.
(cargo-process--command-search): now a defcustom.
(cargo-process--command-test): now a defcustom.
(cargo-process--command-current-test): now a defcustom.
(cargo-process--command-current-file-tests): now a defcustom.
(cargo-process--command-update): now a defcustom.
(cargo-process--command-fmt): now a defcustom
(cargo-process--command-check): now a defcustom.
(cargo-process--command-clippy): now a defcustom.
(cargo-process--command-add): now a defcustom.
(cargo-process--command-rm): now a defcustom.
(cargo-process--command-upgrade): now a defcustom.
Copy link
Owner

@kwrooijen kwrooijen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really nice improvement, thank you!

@kwrooijen kwrooijen merged commit 8a79f4e into kwrooijen:master Dec 12, 2018
@mookid mookid deleted the defcustoms branch December 12, 2018 19:30
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.

feature request: provide a way to pass (default) features to build
2 participants