Fix algoritm version previous to 26.x
This commit is contained in:
parent
b2e3793228
commit
7feda7ff72
3
init.el
3
init.el
@ -13,7 +13,8 @@
|
|||||||
(setq package-check-signature 'allow-unsigned)
|
(setq package-check-signature 'allow-unsigned)
|
||||||
|
|
||||||
;;; Fix TLS emacs 26.x
|
;;; Fix TLS emacs 26.x
|
||||||
(setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3")
|
(if (version< "26.0" emacs-version)
|
||||||
|
(setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3"))
|
||||||
|
|
||||||
;;; Welcome message
|
;;; Welcome message
|
||||||
(setq-default initial-scratch-message
|
(setq-default initial-scratch-message
|
||||||
|
Loading…
x
Reference in New Issue
Block a user