From: Don Armstrong Date: Sat, 24 Feb 2018 01:24:50 +0000 (-0800) Subject: require gnutls X-Git-Url: https://git.donarmstrong.com/?p=lib.git;a=commitdiff_plain;h=df367c60eb98246abe1c10377996a242181645e8;hp=fab262dd9d9f55b4aa1e2a43637226a8491dba9d require gnutls --- 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)