Skip to content

Commit

Permalink
Fix missing packages at the first installation.
Browse files Browse the repository at this point in the history
Close #98.
  • Loading branch information
seagle0128 committed Aug 30, 2019
1 parent 9908dbb commit 766cc70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lisp/init-package.el
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@
(use-package bind-key)

;; Update GPG keyring for GNU ELPA
(use-package gnu-elpa-keyring-update)
(use-package gnu-elpa-keyring-update
:init (setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3"))

;; Initialization benchmark
(when centaur-benchmark
Expand Down

0 comments on commit 766cc70

Please sign in to comment.