Fix algoritm version previous to 26.x
This commit is contained in:
parent
b2e3793228
commit
5b1d2daf98
3
init.el
3
init.el
@ -13,7 +13,8 @@
|
||||
(setq package-check-signature 'allow-unsigned)
|
||||
|
||||
;;; 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
|
||||
(setq-default initial-scratch-message
|
||||
|
Loading…
x
Reference in New Issue
Block a user