aboutsummaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index 4a9e578..4fd3924 100644
--- a/init.el
+++ b/init.el
@@ -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