Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cargo-process.el: improve discoverability of cargo-process--* variables.
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.
- Loading branch information