From 694b080de63bfd79d380fdc0a3b31c5302093ef0 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sun, 11 Mar 2018 21:18:07 -0700 Subject: [PATCH] we need gnutls to require trustfiles --- emacs_el/configuration/don-configuration.org | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs_el/configuration/don-configuration.org b/emacs_el/configuration/don-configuration.org index 957f419..3313bcc 100644 --- a/emacs_el/configuration/don-configuration.org +++ b/emacs_el/configuration/don-configuration.org @@ -32,6 +32,7 @@ load [[https://github.com/jwiegley/use-package/][use-package]] even faster ;; add /etc/ssl/ca-global/ca-certificates.crt so that we can ;; download packages when we're on Debian hosts which chop down the ;; list of available certificates + (require 'gnutls) (add-to-list 'gnutls-trustfiles "/etc/ssl/ca-global/ca-certificates.crt") (setq package-enable-at-startup nil) (setq package--init-file-ensured t) -- 2.39.2