Set `gnutls-algorithm-priority` to work around some ssl issues with melpa

This commit is contained in:
Adam Goldsmith 2021-10-22 16:12:30 -04:00
parent 5fed93e61b
commit 75aac65f07
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
;;; Packages
;;;; packaging related stuff
(setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3")
(require 'package)
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/"))
(add-to-list 'package-archives '("org" . "https://orgmode.org/elpa/") t)