diff options
author | EuAndreh <eu@euandre.org> | 2018-06-18 21:46:07 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-06-18 21:46:07 -0300 |
commit | 165be66f24edc4f095fcccf41544b35a6cff82da (patch) | |
tree | 1009314450563b00d6a16b7bd0894d44f9fb86ee | |
parent | Add note on autojump (diff) | |
download | dotfiles-165be66f24edc4f095fcccf41544b35a6cff82da.tar.gz dotfiles-165be66f24edc4f095fcccf41544b35a6cff82da.tar.xz |
Add note on Emacs TLS
-rw-r--r-- | spacemacs.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spacemacs.el b/spacemacs.el index 70113be..7fa5026 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -2,6 +2,7 @@ ;; This file is loaded by Spacemacs at startup. ;; It must be stored in your home directory. +;; FIXME ;; macOS TLS error, fix from: ;; https://blog.vifortech.com/posts/emacs-tls-fix/ (require 'gnutls) |