diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-11-06T18·35+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-11-06T18·35+0100 |
commit | 6bef57e347881de5ddf21c9bf21ecce0d7150e57 (patch) | |
tree | 6ae63b3b74db19d4cc411ce91d8ed549a218705b /init.el | |
parent | 0338fcc89242deeed4f8e639182481d3b5a02a95 (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.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el index 2959691b6fbc..6f222178399f 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 |