Fix conditional version

This commit is contained in:
Jesús 2020-12-09 21:25:14 -05:00
parent 5cb1c1bec5
commit 8f5c76f5d7
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)
;;; Fix TLS emacs 26.x
(if (version< "26.0" emacs-version)
(if (version<= emacs-version "26.0")
(setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3"))
;;; Welcome message