From a5865cdb8d62c3ad8664a969a292b3f88fb71873 Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Wed, 21 Aug 2019 21:39:19 +0200 Subject: [PATCH] fixed download problem with gnu repository --- .spacemacs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.spacemacs b/.spacemacs index 6c7e87d..7f0717b 100644 --- a/.spacemacs +++ b/.spacemacs @@ -161,6 +161,7 @@ This function should only modify configuration layer settings." doom-themes edit-indirect elcord + evil eshell-git-prompt fireplace image-dired+ @@ -578,6 +579,7 @@ See the header of this file for more information." (spacemacs/load-spacemacs-env)) (defun dotspacemacs/user-init () + (setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3") (load "~/dotfiles/private/private_emacs.el") (require 'org-id) (require 'package)