「功能笔记」Spacemacs+Evil备忘录

设置代理

(setq url-gateway-method 'socks)
(setq socks-server '("Default server" "127.0.0.1" 1551 5))
(setq url-gateway-local-host-regexp
      (concat "\\`" (regexp-opt '("localhost" "127.0.0.1")) "\\'"))
posted @ 2018-11-18 15:07  ISoLT  阅读(229)  评论(0编辑  收藏  举报