Added TLS-workaround fur GNU elpa.

This commit is contained in:
tastytea 2019-07-17 04:07:46 +02:00
parent 783abfbbb3
commit 55942a9cb0
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,5 @@
;;; init.el --- tastytea's Emacs init file.
;; Time-stamp: <2019-07-15T23:05:06+00:00>
;; Time-stamp: <2019-07-17T02:07:37+00:00>
;;; Commentary:
;; I am using this file with Emacs 26, but most of it will probably work with
@ -17,6 +17,10 @@
("gnu" . 20)
("melpa" . 10)
))
;; Workaround for 26.2 <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34341>
(setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3")
(package-initialize)
;; Add path for custom packages.