summary refs log tree commit diff stats
path: root/emacs/.emacs.d/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init.org')
-rw-r--r--emacs/.emacs.d/init.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 034ac0b..eaa6b29 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -62,6 +62,8 @@ the buffer to be empty.
                                      ("melpa" . 0))
         package-menu-async t
         package-menu-hide-low-priority t)
+  (when (eq system-type 'darwin)
+    (add-to-list 'gnutls-trustfiles "/etc/ssl/cert.pem"))
   (package-initialize)
   (unless (package-installed-p 'use-package)
     (package-refresh-contents)