diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-01-05 14:42:14 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-01-05 14:42:14 +0000 |
commit | af7481f5d083e700050860351892d97540e8e733 (patch) | |
tree | 5f1c14d54c7e1ce33e813af563b883e7d8c0fb14 | |
parent | df9c165dd3885d34f45b87d780796355be2c9af0 (diff) |
quick fix with spurious characters getting into config
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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")) |