X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/801a881abd49566de0029538ea95ba21bd75d6c2..4543696d79717c18a7648679f21984e297e1d7aa:/emacs diff --git a/emacs b/emacs index 965b643..7149f6f 100644 --- a/emacs +++ b/emacs @@ -313,6 +313,8 @@ ("/\\(s\\|sh\\)/" . arm-assembler-mode) ("\\.\\(cmd\\|exec\\|rexx\\)$" . rexx-mode) ("\\.st$" . smalltalk-mode) + ("\\.msgs$" . messages-mode) + ("/all-cmds\\.in$" . cpp-messages-mode) ("\\.\\(tex\\|dtx\\)$" . latex-mode) ("\\.gc$" . haskell.-mode) (,(concat "^" (getenv "HOME") "/News/") . mdwmail-mode) @@ -490,7 +492,7 @@ ;; 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)))