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

@ -2,6 +2,7 @@
;;; lang/rust/packages.el
(package! rust-mode)
(package! cargo)
(when (featurep! :tools flycheck)
(package! flycheck-rust))