From 73985d777142941bcdccc33ad187cfa456dcd6ce Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 18 Jun 2018 21:44:32 -0300 Subject: Add fix for macOS TLS Emacs error --- spacemacs.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spacemacs.el b/spacemacs.el index 30ec670..70113be 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -2,6 +2,11 @@ ;; This file is loaded by Spacemacs at startup. ;; It must be stored in your home directory. +;; macOS TLS error, fix from: +;; https://blog.vifortech.com/posts/emacs-tls-fix/ +(require 'gnutls) +(add-to-list 'gnutls-trustfiles "/usr/local/etc/openssl/cert.pem") + (defun dotspacemacs/layers () "Layer configuration: This function should only modify configuration layer settings." -- cgit v1.2.3