diff options
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |