use keybindings from cargo mode

This commit is contained in:
chrunchyjesus 2019-07-04 20:58:44 +02:00
parent fbf58aac8c
commit 9f37363764
No known key found for this signature in database
GPG key ID: B08FE1F00D141D19
4 changed files with 29 additions and 16 deletions

View file

@ -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."