Config: replace smart-mode-line by simple-modeline, optimize org-ql config, add basic guile support
This commit is contained in:
@@ -5,13 +5,25 @@
|
||||
;;; Code:
|
||||
|
||||
;; Clash 代理配置
|
||||
(setq url-proxy-services
|
||||
'(("http" . "127.0.0.1:7890")
|
||||
("https" . "127.0.0.1:7890")
|
||||
("no_proxy" . "\\(localhost\\|127\\.0\\.0\\.1\\|192\\.168\\.*\\)")))
|
||||
(if *is-linux*
|
||||
(progn
|
||||
(setq url-proxy-services
|
||||
'(("http" . "192.168.31.121:7890")
|
||||
("https" . "192.168.31.121:7890")
|
||||
("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")
|
||||
(setenv "http_proxy" "192.168.31.121:7890")
|
||||
(setenv "https_proxy" "192.168.31.121:7890"))
|
||||
|
||||
(progn
|
||||
(setq url-proxy-services
|
||||
'(("http" . "127.0.0.1:7890")
|
||||
("https" . "127.0.0.1:7890")
|
||||
("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
|
||||
(defvar bootstrap-version)
|
||||
|
||||
Reference in New Issue
Block a user