From df367c60eb98246abe1c10377996a242181645e8 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 23 Feb 2018 17:24:50 -0800 Subject: [PATCH] require gnutls --- emacs_el/configuration/install_packages.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs_el/configuration/install_packages.el b/emacs_el/configuration/install_packages.el index 7552d66..10410d5 100644 --- a/emacs_el/configuration/install_packages.el +++ b/emacs_el/configuration/install_packages.el @@ -4,6 +4,7 @@ ;; 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