aboutsummaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el
index ec99116..7f37a5f 100644
--- a/init.el
+++ b/init.el
@@ -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"))