rebased to MELPA

This commit is contained in:
Bozhidar Batsov 2012-04-06 17:02:27 +03:00
parent cc82212874
commit 371fea6e16
7 changed files with 2853 additions and 11 deletions

View file

@ -34,14 +34,17 @@
;;; Code:
(require 'package)
(require 'melpa)
(add-to-list 'package-archives
'("marmalade" . "http://marmalade-repo.org/packages/") t)
'("melpa" . "http://melpa.milkbox.net/packages/") t)
(package-initialize)
(setq url-http-attempt-keepalives nil)
(defvar prelude-packages
'(ack-and-a-half auctex clojure-mode coffee-mode deft expand-region
gist groovy-mode haml-mode haskell-mode inf-ruby
magit magithub markdown-mode mediawiki paredit projectile
gist haml-mode haskell-mode inf-ruby
magit magithub markdown-mode paredit projectile
python sass-mode rainbow-mode scss-mode solarized-theme
volatile-highlights yaml-mode yari zenburn-theme)
"A list of packages to ensure are installed at launch.")