Fix TLS emacs 26.x
This commit is contained in:
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"))
|
||||||
|
|||||||
Reference in New Issue
Block a user