Remove temporarily hack for python.el

This commit is contained in:
syl20bnr 2014-09-27 18:09:37 -04:00
parent dfa1604b04
commit 0a0c2f4ed3
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@
(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)