Explorar el Código

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

pull/1/head
10sr hace 9 años
padre
commit
a225fe92e2
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      emacs.el

+ 2
- 2
emacs.el Ver fichero

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


Cargando…
Cancelar
Guardar