]> git.donarmstrong.com Git - lib.git/commitdiff
we need gnutls to require trustfiles
authorDon Armstrong <don@donarmstrong.com>
Mon, 12 Mar 2018 04:18:07 +0000 (21:18 -0700)
committerDon Armstrong <don@donarmstrong.com>
Mon, 12 Mar 2018 04:18:07 +0000 (21:18 -0700)
emacs_el/configuration/don-configuration.org

index 957f4198b74233dd193826f5c9765276d32f25a7..3313bcc1c33c02b36061558e9bd5da3b5cfb6563 100644 (file)
@@ -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
     ;; 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)
     (add-to-list 'gnutls-trustfiles "/etc/ssl/ca-global/ca-certificates.crt")
     (setq package-enable-at-startup nil)
     (setq package--init-file-ensured t)