Temporarily reactivate marmalade for python

Seems that python is not a built-in package in at least
Ubuntu packages
This commit is contained in:
syl20bnr 2014-09-26 14:08:58 -04:00
parent 2d79d55e30
commit c0c464a39b
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
(require 'package)
(setq package-archives '(("ELPA" . "http://tromey.com/elpa/")
("gnu" . "http://elpa.gnu.org/packages/")
;; temporarily reactivate marmalade because of python
("marmalade" . "http://marmalade-repo.org/packages/")
("melpa" . "http://melpa.milkbox.net/packages/")))
(package-initialize)
(setq warning-minimum-level :error)