Fix TLS emacs 26.x
This commit is contained in:
parent
7733624f8d
commit
9fbc82fd78
3
init.el
3
init.el
@ -12,6 +12,9 @@
|
|||||||
|
|
||||||
(setq package-check-signature 'allow-unsigned)
|
(setq package-check-signature 'allow-unsigned)
|
||||||
|
|
||||||
|
;;; Fix TLS emacs 26.x
|
||||||
|
(setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3")
|
||||||
|
|
||||||
;;; Welcome message
|
;;; Welcome message
|
||||||
(setq-default initial-scratch-message
|
(setq-default initial-scratch-message
|
||||||
(concat ";; Happy hacking, " user-login-name " - Emacs loves you!\n\n"))
|
(concat ";; Happy hacking, " user-login-name " - Emacs loves you!\n\n"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user