From af7481f5d083e700050860351892d97540e8e733 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 5 Jan 2020 14:42:14 +0000 Subject: quick fix with spurious characters getting into config --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 508c11d..d266f03 100644 --- a/init.el +++ b/init.el @@ -2,7 +2,7 @@ ;; contents over https. ;; https://www.reddit.com/r/emacs/comments/cdei4p/failed_to_download_gnu_archive_bad_request/etw48ux ;; https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34341 -nn;; this is also included in the configuration.org file +;; this is also included in the configuration.org file (if (and (version< emacs-version "26.3") (>= libgnutls-version 30604)) (setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3")) -- cgit v1.2.3