-
Notifications
You must be signed in to change notification settings - Fork 272
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: update default values of proxy
- Loading branch information
1 parent
90958a6
commit 6b91221
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,8 @@ | |
;; (setq centaur-logo nil) ; Logo file or nil (official logo) | ||
;; (setq centaur-full-name "user name") ; User full name | ||
;; (setq centaur-mail-address "[email protected]") ; Email address | ||
;; (setq centaur-proxy "127.0.0.1:7890") ; HTTP/HTTPS proxy | ||
;; (setq centaur-socks-proxy "127.0.0.1:7890") ; SOCKS proxy | ||
;; (setq centaur-proxy "127.0.0.1:7897") ; HTTP/HTTPS proxy | ||
;; (setq centaur-socks-proxy "127.0.0.1:7897") ; SOCKS proxy | ||
;; (setq centaur-server nil) ; Enable `server-mode' or not: t or nil | ||
;; (setq centaur-icon nil) ; Display icons or not: t or nil | ||
;; (setq centaur-package-archives 'melpa) ; Package repo: melpa, bfsu, iscas, netease, sjtu, tencent, tuna or ustc | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters