about summary refs log tree commit diff
path: root/init.el
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2017-11-06T18·35+0100
committerVincent Ambo <tazjin@gmail.com>2017-11-06T18·35+0100
commit6bef57e347881de5ddf21c9bf21ecce0d7150e57 (patch)
tree6ae63b3b74db19d4cc411ce91d8ed549a218705b /init.el
parent0338fcc89242deeed4f8e639182481d3b5a02a95 (diff)
feat(rust-setup): Add Rust setup
Adds a simple Rust setup with autocompletion via Racer and built-in
Cargo command support.
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el
index 2959691b6f..6f22217839 100644
--- a/init.el
+++ b/init.el
@@ -17,6 +17,7 @@
     ace-jump-mode
     ag
     browse-kill-ring
+    cargo
     confluence
     dash
     dockerfile-mode
@@ -38,6 +39,7 @@
     password-store
     pkgbuild-mode
     puppet-mode
+    racer
     rainbow-delimiters
     rainbow-mode
     rust-mode