]> git.donarmstrong.com Git - lib.git/commitdiff
require gnutls
authorDon Armstrong <don@donarmstrong.com>
Sat, 24 Feb 2018 01:24:50 +0000 (17:24 -0800)
committerDon Armstrong <don@donarmstrong.com>
Sat, 24 Feb 2018 01:24:50 +0000 (17:24 -0800)
emacs_el/configuration/install_packages.el

index 7552d66c8bb3a1645f8dba6e43a66a2052a4b172..10410d57c94910a6d96bc3c72e8e1924fdea2a3c 100644 (file)
@@ -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)