From c848165db54588f3008c172f1aeca216c9c2e8c6 Mon Sep 17 00:00:00 2001
From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Tue, 19 Jul 2016 22:04:30 +0530
Subject: [PATCH] add flyckeck-rust, racer, intero

---
 packages.el | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/packages.el b/packages.el
index 7984c0e..63657d0 100644
--- a/packages.el
+++ b/packages.el
@@ -10,7 +10,7 @@
       (expand-file-name "elpa" emacs-d))
 
 (add-to-list 'package-archives
-             '("melpa" . "https://stable.melpa.org/packages/") t)
+             '("melpa" . "https://melpa.org/packages/") t)
 (add-to-list 'package-archives
              '("gnu" . "https://elpa.gnu.org/packages/") t)
 (package-initialize)
@@ -36,8 +36,12 @@
                      ledger-mode
                      company
                      company-ghc
+                     company-racer
                      markdown-mode
-                     flycheck))
+                     flycheck
+                     flycheck-rust
+                     racer
+                     intero))
 
 ; install the missing packages
 (dolist (package package-list)
-- 
2.45.2