From ecb822119209427b483e3804bc280b9d96b09701 Mon Sep 17 00:00:00 2001 From: xhcoding Date: Sun, 10 Dec 2023 17:01:23 +0800 Subject: [PATCH] feat: remove proxy when bootstraping straight --- README.org | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.org b/README.org index 7121f32..8300340 100644 --- a/README.org +++ b/README.org @@ -225,11 +225,6 @@ Emacs 启动过程的早期加载。 (expand-file-name "straight/repos/straight.el/bootstrap.el" user-emacs-directory)) (bootstrap-version 6)) (unless (file-exists-p bootstrap-file) - (let ((proxy (or (getenv "PROXY") "127.0.0.1:7890"))) - (setq url-proxy-services - `(("http" . ,proxy) - ("https" . ,proxy) - ("no_proxy" . "0.0.0.0")))) (with-current-buffer (url-retrieve-synchronously "https://raw.githubusercontent.com/radian-software/straight.el/develop/install.el"