From: Mark Wooding Date: Sun, 29 Jun 2014 18:27:45 +0000 (+0100) Subject: dot/emacs: Configuration for the winning (but secret) `rfcview' package. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/25b770723c40782409aaf88a6469df5516f7cc5a?ds=sidebyside;hp=03f7e611ae3208e41ee76bfa59d3fee0a772eefd dot/emacs: Configuration for the winning (but secret) `rfcview' package. --- diff --git a/dot/emacs b/dot/emacs index c0f4022..0eddaa1 100644 --- a/dot/emacs +++ b/dot/emacs @@ -293,6 +293,13 @@ (setq cltl2-root-url (mdw-config 'cltl-url)) (setq common-lisp-hyperspec-root (mdw-config 'hyperspec-url)) +(setq rfcview-rfc-location-pattern + "/ftp@mirror.distorted.org.uk:/pub/mirrors/rfc/rfc%s.txt" + rfcview-std-location-pattern + "/ftp@mirror.distorted.org.uk:/pub/mirrors/rfc/std/std%s.txt" + rfcview-index-location + "/ftp@mirror.distorted.org.uk:/pub/mirrors/rfc/rfc-index.txt") + ;;;-------------------------------------------------------------------------- ;;; W3 and URL fetching stuff.