Config: add proxy config in init-elpa.el

This commit is contained in:
trogloxene
2026-04-08 20:58:27 +08:00
parent 77da003b29
commit 41c64ca475

View File

@@ -10,6 +10,9 @@
("https" . "127.0.0.1:7890") ("https" . "127.0.0.1:7890")
("no_proxy" . "\\(localhost\\|127\\.0\\.0\\.1\\|192\\.168\\.*\\)"))) ("no_proxy" . "\\(localhost\\|127\\.0\\.0\\.1\\|192\\.168\\.*\\)")))
(setenv "http_proxy" "127.0.0.1:7890")
(setenv "https_proxy" "127.0.0.1:7890")
;; straight.el ;; straight.el
(defvar bootstrap-version) (defvar bootstrap-version)
(let ((bootstrap-file (let ((bootstrap-file