Kaynağa Gözat

Use http for 10sr-el repository

Somehow fails to download archive-contents
master
10sr 6 yıl önce
ebeveyn
işleme
7ea8204096
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. +2
    -1
      emacs.el

+ 2
- 1
emacs.el Dosyayı Görüntüle

@@ -162,7 +162,8 @@ found, otherwise returns nil."
(setq package-archives
`(,@package-archives
("melpa" . "https://melpa.org/packages/")
("10sr-el" . "https://10sr.github.io/emacs-lisp/elpa/")))
;; Somehow fails to download via https
("10sr-el" . "http://10sr.github.io/emacs-lisp/elpa/")))
(package-initialize)

(defun my-auto-install-package ()


Yükleniyor…
İptal
Kaydet