]> git.rkrishnan.org Git - .emacs.d.git/commitdiff
stable melpa, flycheck mode
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Mon, 6 Jun 2016 13:52:40 +0000 (19:22 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Mon, 6 Jun 2016 13:52:40 +0000 (19:22 +0530)
packages.el

index a7554dec85ef38038d3e63c7f717e1a98e2e100f..7984c0e0cdfa771b080308a3ba704544404aef80 100644 (file)
@@ -10,7 +10,7 @@
       (expand-file-name "elpa" emacs-d))
 
 (add-to-list 'package-archives
-             '("melpa" . "https://melpa.milkbox.net/packages/") t)
+             '("melpa" . "https://stable.melpa.org/packages/") t)
 (add-to-list 'package-archives
              '("gnu" . "https://elpa.gnu.org/packages/") t)
 (package-initialize)
@@ -36,7 +36,8 @@
                      ledger-mode
                      company
                      company-ghc
-                     markdown-mode))
+                     markdown-mode
+                     flycheck))
 
 ; install the missing packages
 (dolist (package package-list)