Skip to content

Commit

Permalink
Bootstrap the ELPA keyring update package over http if necessary
Browse files Browse the repository at this point in the history
See #740
  • Loading branch information
purcell committed Apr 15, 2020
1 parent a4355ae commit 27582e4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lisp/init-elpa.el
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,10 @@ locate PACKAGE."
(fullframe list-packages quit-window)


(let ((package-check-signature nil))
;; For early Emacs 26 versions, make a special effort to grab the
;; latest ELPA keyring if it's not already installed.
(let ((package-check-signature nil)
(package-archives '(("elpa" . "http://elpa.gnu.org/packages"))))
(require-package 'gnu-elpa-keyring-update))


Expand Down

0 comments on commit 27582e4

Please sign in to comment.