Config: add proxy config in init-elpa.el
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user