From a225fe92e24619c272985f18a989c3774695aad1 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Tue, 13 Jan 2015 15:36:48 +0900 Subject: [PATCH] Disable tromey repository, which currently takes very long time to load --- emacs.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs.el b/emacs.el index 4890c92..80a2cdf 100644 --- a/emacs.el +++ b/emacs.el @@ -148,8 +148,8 @@ IF OK-IF-ALREADY-EXISTS is true force download." ) (when (require 'package nil t) - (add-to-list 'package-archives - '("ELPA" . "http://tromey.com/elpa/")) + ;; (add-to-list 'package-archives + ;; '("ELPA" . "http://tromey.com/elpa/")) (add-to-list 'package-archives '("melpa" . "http://melpa.milkbox.net/packages/") t)