소스 검색

Use http for 10sr-el repository

Somehow fails to download archive-contents
master
10sr 6 년 전
부모
커밋
7ea8204096
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      emacs.el

+ 2
- 1
emacs.el 파일 보기

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


불러오는 중...
취소
저장