Developer notes
Emacs. Proxy
In your emacs config file (~/.emacs) write next command:
(setq url-proxy-services
'(("no_proxy" . "^\\(localhost\\|10.*\\)")
("http" . "proxy_address:proxy_port")
("https" . "
proxy_address:proxy_port
")))
Newer Post
Older Post
Home