diff options
author | 2003-10-31 22:36:00 +0000 | |
---|---|---|
committer | 2003-10-31 22:36:00 +0000 | |
commit | 9dbe3a8d83707f1f3bfa2fc11569088e4c0f9453 (patch) | |
tree | 5f42b425d82d44f09ab24ee222abd24bd2f7e728 /app-emacs/rfcview/files | |
parent | *** empty log message *** (diff) | |
download | historical-9dbe3a8d83707f1f3bfa2fc11569088e4c0f9453.tar.gz historical-9dbe3a8d83707f1f3bfa2fc11569088e4c0f9453.tar.bz2 historical-9dbe3a8d83707f1f3bfa2fc11569088e4c0f9453.zip |
*** empty log message ***
Diffstat (limited to 'app-emacs/rfcview/files')
-rw-r--r-- | app-emacs/rfcview/files/50rfcview-gentoo.el | 8 | ||||
-rw-r--r-- | app-emacs/rfcview/files/digest-rfcview-0.5 | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/app-emacs/rfcview/files/50rfcview-gentoo.el b/app-emacs/rfcview/files/50rfcview-gentoo.el new file mode 100644 index 000000000000..3ceb4f49ebf6 --- /dev/null +++ b/app-emacs/rfcview/files/50rfcview-gentoo.el @@ -0,0 +1,8 @@ + +;;; site-lisp configuration for rfcview + +(add-to-list 'load-path "@SITELISP@") +(setq auto-mode-alist + (cons '("/rfc[0-9]+\\.txt\\(\\.gz\\)?\\'" . rfcview-mode) + auto-mode-alist)) +(autoload 'rfcview-mode "rfcview" nil t) diff --git a/app-emacs/rfcview/files/digest-rfcview-0.5 b/app-emacs/rfcview/files/digest-rfcview-0.5 new file mode 100644 index 000000000000..68aa2adf31d1 --- /dev/null +++ b/app-emacs/rfcview/files/digest-rfcview-0.5 @@ -0,0 +1 @@ +MD5 9e9eb3b9b49529f7930b74ef35354d0b rfcview-0.5.tar.gz 6116 |