chiark / gitweb /
emacs: Fix the HTTP proxy definitions.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 16 Feb 2006 15:37:16 +0000 (15:37 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 16 Feb 2006 15:37:16 +0000 (15:37 +0000)
emacs

diff --git a/emacs b/emacs
index 965b643bb04e209f87205a638892c6e93881238e..e76ff52c7170c69a89fcb278be65867f4e528b1e 100644 (file)
--- a/emacs
+++ b/emacs
   ;; custom-set-variables was added by Custom -- don't edit or cut/paste it!
   ;; Your init file should contain only one such instance.
  '(url-cookie-untrusted-urls (quote (".")))
- '(url-proxy-services (quote (("http" . "tux.nsict.org:3128") ("ftp" . "tux.nsict.org:3128") ("gopher" . "tux.nsict.org:3128"))))
+ '(url-proxy-services (quote (("http" . "metalzone.distorted.org.uk:3128") ("ftp" . "metalzone.distorted.org.uk:3128") ("gopher" . "metalzone.distorted.org.uk:3128"))))
  '(w3-do-incremental-display t)
  '(w3-honor-stylesheets nil)
  '(w3-use-menus (quote (file edit view go bookmark options buffers style search emacs nil help)))