From 4190c9cc54420463d1dea08c6421c9c6556c121c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raymundo=20V=C3=A1squez=20Ruiz?= Date: Fri, 17 Apr 2020 10:55:35 +0200 Subject: [PATCH] bug in melpa network --- init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.el b/init.el index 1916e8e..3c58fd7 100644 --- a/init.el +++ b/init.el @@ -1,3 +1,6 @@ +;; Make MELPA work +(setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3") + (require 'package) (let* ((no-ssl (and (memq system-type '(windows-nt ms-dos)) (not (gnutls-available-p))))