diff options
| author | Jen-Chieh Shen <jcs090218@gmail.com> | 2022-04-28 10:52:01 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-28 10:52:01 +0800 |
| commit | 46325b435037b5dd96a724fed83e940a7015a848 (patch) | |
| tree | 44c9608eb880990e74c7a4864a98c2a15b0ba573 | |
| parent | 791a5859918a930036c77f63affdc535f485f685 (diff) | |
| download | rust-mode-46325b435037b5dd96a724fed83e940a7015a848.tar.gz | |
fix network issue
| -rw-r--r-- | Eask | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
