bug in melpa network

This commit is contained in:
Raymundo Vásquez Ruiz
2020-04-17 10:55:35 +02:00
parent a310926971
commit 4190c9cc54

View File

@@ -1,3 +1,6 @@
;; Make MELPA work
(setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3")
(require 'package) (require 'package)
(let* ((no-ssl (and (memq system-type '(windows-nt ms-dos)) (let* ((no-ssl (and (memq system-type '(windows-nt ms-dos))
(not (gnutls-available-p)))) (not (gnutls-available-p))))