dot/emacs: Configuration for the winning (but secret) `rfcview' package.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 29 Jun 2014 18:27:45 +0000 (19:27 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 29 Jun 2014 18:27:45 +0000 (19:27 +0100)
dot/emacs

index c0f4022..0eddaa1 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
 (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.