minor fix TLS in emacs 26.x
This commit is contained in:
parent
d590aa16a8
commit
58cc480658
2
init.el
2
init.el
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user