ソースを参照

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

pull/1/head
10sr 9年前
コミット
a225fe92e2
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      emacs.el

+ 2
- 2
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)


読み込み中…
キャンセル
保存