minor fix TLS in emacs 26.x

This commit is contained in:
Jesús 2021-02-07 16:22:46 -05:00
parent d590aa16a8
commit 58cc480658
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -13,7 +13,7 @@
(setq package-check-signature 'allow-unsigned) (setq package-check-signature 'allow-unsigned)
;;; Fix TLS emacs 26.x ;;; Fix TLS emacs 26.x
(if (version<= emacs-version "26.0") (if (version<= emacs-version "26.2")
(setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3")) (setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3"))
;;; Welcome message ;;; Welcome message