mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
use keybindings from cargo mode
This commit is contained in:
@ -7,12 +7,6 @@
|
||||
"Return t if this is a cargo project."
|
||||
(locate-dominating-file buffer-file-name "Cargo.toml"))
|
||||
|
||||
;;;###autoload
|
||||
(defun +rust-cargo-compile (command)
|
||||
"TODO"
|
||||
(let ((default-directory (+rust-cargo-project-p)))
|
||||
(compile command)))
|
||||
|
||||
;;;###autoload
|
||||
(defun +rust-racer-lookup-documentation (identifier)
|
||||
"A `+lookup/documentation' handler for Rust + Racer."
|
||||
|
Reference in New Issue
Block a user