lang/rust: replace cargo.el w/ rustic-cargo #2108
This commit is contained in:
parent
ebe1da4282
commit
c86d400518
5 changed files with 31 additions and 116 deletions
|
@ -14,3 +14,13 @@
|
|||
(when buf
|
||||
(pop-to-buffer buf)
|
||||
t)))
|
||||
|
||||
|
||||
;;
|
||||
;;; Custom Cargo commands
|
||||
|
||||
;;;###autoload
|
||||
(defun +rust/cargo-audit ()
|
||||
"Run 'cargo audit' for the current project."
|
||||
(interactive)
|
||||
(rustic-run-cargo-command "cargo audit -f"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue