Skip to content

zeph1e/rfcview.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

rfcview

This elisp script, rfcview is an Emacs tool which helps to browse, to download, and to read RFC documents in Emacs. When you run rfcview, it will update RFC index if it is required.

Installation

el-get

The recipe of this package is not yet in el-get official repository, you should download and copy the recipe into your local directory which are added to el-get-recipe-path.

Assume that you already added ~/.emacs.d/recipes/ into el-get-recipe-path:

$ wget https://raw.githubusercontent.com/zeph1e/rfcview.el/rfcview.rcp
$ cp rfcview.rcp ~/.emacs.d/recipes/

And then add a following line into your emacs init script:

(el-get-bundle rfcview)

Manual

Just download and add following lines into your emacs init script:

;; if you placed rfcview.el into ~/.emacs.d/rfcview/
(add-to-list 'load-path "~/.emacs.d/rfcview")
(autoload 'rfcview "rfcview" t t)

License

WTFPL version 2