From 86842b92b56548f97fffef391f887e61ce8d287b Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Mon, 7 Oct 2019 18:02:26 +0200 Subject: Emacs: Install cargo-mode --- dot.emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dot.emacs.d') diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index 38f3948..e5a12a3 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -257,6 +257,9 @@ (use-package rust-mode :mode "\\.rs\\'") +;; Add keybindings for interacting with Cargo +(use-package cargo + :hook (rust-mode . cargo-minor-mode)) (setq tramp-default-method "ssh" tramp-terminal-type "tramp") -- cgit v1.2.3