Fix TLS emacs 26.x

This commit is contained in:
Jesús 2020-08-04 15:21:59 -05:00
parent 7733624f8d
commit 9fbc82fd78
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -12,6 +12,9 @@
(setq package-check-signature 'allow-unsigned)
;;; Fix TLS emacs 26.x
(setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3")
;;; Welcome message
(setq-default initial-scratch-message
(concat ";; Happy hacking, " user-login-name " - Emacs loves you!\n\n"))