From: Mark Wooding Date: Fri, 16 Jun 2006 12:14:38 +0000 (+0100) Subject: emacs: Whoops, use the right proxy config frob. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/45d17e24fe02fc9b2552533f4b2d3c1e68905873 emacs: Whoops, use the right proxy config frob. --- diff --git a/emacs b/emacs index d19c12a..194bb28 100644 --- a/emacs +++ b/emacs @@ -162,7 +162,7 @@ ;;;----- W3 and URL fetching stuff ------------------------------------------ -(let ((proxy (mdw-config 'proxy))) +(let ((proxy (mdw-config 'http-proxy))) (setq url-proxy-services `(("http" . ,proxy) ("ftp" . ,proxy)