]> git.rkrishnan.org Git - .emacs.d.git/blobdiff - packages.el
switch away from intero for haskell
[.emacs.d.git] / packages.el
index a98100a5df0dc9fc8753e0d72e59fd066e2972d6..506bd88b6647a089f78b0ac957177e1aaebaa0ea 100644 (file)
@@ -10,9 +10,9 @@
       (expand-file-name "elpa" emacs-d))
 
 (add-to-list 'package-archives
-             '("melpa" . "http://melpa.milkbox.net/packages/") t)
+             '("melpa" . "https://melpa.org/packages/") t)
 (add-to-list 'package-archives
-             '("gnu" . "http://elpa.gnu.org/packages/") t)
+             '("gnu" . "https://elpa.gnu.org/packages/") t)
 (package-initialize)
 
 ; fetch the list of packages available
@@ -22,6 +22,7 @@
 (setq package-list '(go-mode
                      rust-mode
                      haskell-mode
+                     hindent
                      ghc
                      restclient
                      tangotango-theme
                      magit
                      ledger-mode
                      company
-                     company-ghc))
+                     company-ghc
+                     company-racer
+                     markdown-mode
+                     flycheck
+                     flycheck-rust
+                     flycheck-haskell
+                     racer
+                     color-theme-sanityinc-tomorrow))
 
 ; install the missing packages
 (dolist (package package-list)