Config: add exwm support, install consult-notes, fix some keybinding.

This commit is contained in:
2026-04-19 10:59:01 +08:00
parent fffd35f8ed
commit 8576ac275a
11 changed files with 110 additions and 24 deletions

View File

@@ -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)