chiark / gitweb /
emacs: Whoops, use the right proxy config frob.
[profile] / emacs
diff --git a/emacs b/emacs
index d19c12aaa711a9dbba815a7580bf2b19c3fad7eb..194bb2870e99a46de6ed8fa77835af607fecd3ec 100644 (file)
--- a/emacs
+++ b/emacs
 
 ;;;----- W3 and URL fetching stuff ------------------------------------------
 
-(let ((proxy (mdw-config 'proxy)))
+(let ((proxy (mdw-config 'http-proxy)))
   (setq url-proxy-services
        `(("http" . ,proxy)
          ("ftp" . ,proxy)