mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/rust: replace cargo.el w/ rustic-cargo #2108
This commit is contained in:
@ -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"))
|
||||
|
Reference in New Issue
Block a user