Explorar el Código

Update

master
10sr hace 8 meses
padre
commit
cea4c18a71
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. +1
    -2
      emacs.el

+ 1
- 2
emacs.el Ver fichero

@@ -78,8 +78,7 @@ Otherwize hook it."
(set-variable 'package-archives
`(,@package-archives
("melpa" . "https://melpa.org/packages/")
;; Somehow fails to download via https
("10sr-el" . "http://10sr.github.io/emacs-lisp/elpa/")))
("10sr-el" . "https://10sr.github.io/emacs-lisp/elpa/")))
(when (< emacs-major-version 27)
(package-initialize))



Cargando…
Cancelar
Guardar