rebased to MELPA
This commit is contained in:
parent
cc82212874
commit
371fea6e16
7 changed files with 2853 additions and 11 deletions
modules
|
@ -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.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue