Explorar el Código

Use http for 10sr-el repository

Somehow fails to download archive-contents
master
10sr hace 6 años
padre
commit
7ea8204096
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      emacs.el

+ 2
- 1
emacs.el Ver fichero

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


Cargando…
Cancelar
Guardar