emacs: Whoops, use the right proxy config frob.
[profile] / emacs
diff --git a/emacs b/emacs
index d19c12a..194bb28 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)