X-Git-Url: https://git.donarmstrong.com/?p=lib.git;a=blobdiff_plain;f=emacs_el%2Fconfiguration%2Finstall_packages.el;h=10410d57c94910a6d96bc3c72e8e1924fdea2a3c;hp=7552d66c8bb3a1645f8dba6e43a66a2052a4b172;hb=df367c60eb98246abe1c10377996a242181645e8;hpb=fab262dd9d9f55b4aa1e2a43637226a8491dba9d 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)