Config: add exwm support, install consult-notes, fix some keybinding.
This commit is contained in:
@@ -5,15 +5,15 @@
|
||||
;;; Code:
|
||||
|
||||
;; Clash 代理配置
|
||||
(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\\.*\\)")))
|
||||
;; (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" "192.168.31.121:7890")
|
||||
(setenv "https_proxy" "192.168.31.121:7890"))
|
||||
;; (setenv "http_proxy" "192.168.31.121:7890")
|
||||
;; (setenv "https_proxy" "192.168.31.121:7890"))
|
||||
|
||||
(progn
|
||||
(setq url-proxy-services
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
(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