Added TLS-workaround fur GNU elpa.

This commit is contained in:
tastytea 2019-07-17 04:07:46 +02:00
parent 783abfbbb3
commit 55942a9cb0

View File

@ -1,5 +1,5 @@
;;; init.el --- tastytea's Emacs init file. ;;; 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: ;;; Commentary:
;; I am using this file with Emacs 26, but most of it will probably work with ;; I am using this file with Emacs 26, but most of it will probably work with
@ -17,6 +17,10 @@
("gnu" . 20) ("gnu" . 20)
("melpa" . 10) ("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) (package-initialize)
;; Add path for custom packages. ;; Add path for custom packages.