Browse Source

Disable tromey repository, which currently takes very long time to load

pull/1/head
10sr 9 years ago
parent
commit
a225fe92e2
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      emacs.el

+ 2
- 2
emacs.el View File

@@ -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)


Loading…
Cancel
Save