Fix the elpa ssl bug by explicitly set the TLS version

This commit is contained in:
Sameer Rahmani 2020-05-17 17:09:39 +01:00
parent 35100b86c4
commit 617601a29a
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
;;
;;; Commentary:
;;; Code:
(setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3")
(add-to-list 'load-path (concat (getenv "HOME") "/.fg42/lib"))
(require 'fg42)