diff .elisp/settings/00.bootstrap.el @ 397:98484e1f564f

rust: lots of new configs to make working with rust code easy
author Augie Fackler <raf@durin42.com>
date Mon, 27 Jun 2016 16:27:46 -0400
parents 08755f0a9f1f
children 76eb2c250b6f
line wrap: on
line diff
--- a/.elisp/settings/00.bootstrap.el
+++ b/.elisp/settings/00.bootstrap.el
@@ -29,6 +29,7 @@
                   http-twiddle
                   ipython
                   nose
+                  use-package
 
                   ;; disabled until I don't need a modified version
                   ;; textmate
@@ -51,6 +52,13 @@
                   auto-complete
                   go-autocomplete
                   go-eldoc
+                  ;; rust
+                  rust-mode
+                  rustfmt
+                  cargo
+                  racer
+                  company-racer
+                  flycheck-rust
                   ))
     (unless (or (member pack package-activated-list)
                 (functionp pack))