「功能笔记」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")) "\'"))
原文地址:https://www.cnblogs.com/samhx/p/Spacemacs_Evil_Notes.html