diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2019-10-07 18:02:26 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2019-10-07 18:02:26 +0200 |
| commit | 86842b92b56548f97fffef391f887e61ce8d287b (patch) | |
| tree | 89c30aa3e117481e3d5780737f4f59969296b3bd /dot.emacs.d | |
| parent | ad646e11d555e9556cad46d5d0f381b57ddb0d9c (diff) | |
Emacs: Install cargo-mode
Diffstat (limited to 'dot.emacs.d')
| -rw-r--r-- | dot.emacs.d/init.el | 3 |
1 files changed, 3 insertions, 0 deletions
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") |
