summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJen-Chieh Shen <jcs090218@gmail.com>2022-04-28 10:52:01 +0800
committerGitHub <noreply@github.com>2022-04-28 10:52:01 +0800
commit46325b435037b5dd96a724fed83e940a7015a848 (patch)
tree44c9608eb880990e74c7a4864a98c2a15b0ba573
parent791a5859918a930036c77f63affdc535f485f685 (diff)
downloadrust-mode-46325b435037b5dd96a724fed83e940a7015a848.tar.gz
fix network issue
-rw-r--r--Eask2
1 files changed, 2 insertions, 0 deletions
diff --git a/Eask b/Eask
index 5f99101..64417ea 100644
--- a/Eask
+++ b/Eask
@@ -12,3 +12,5 @@
"rust-utils.el")
(depends-on "emacs" "25.1")
+
+(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432