aboutsummaryrefslogtreecommitdiff
path: root/textproc/ruby-rdtool/pkg-message
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-08-15 03:02:19 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-08-15 03:02:19 +0000
commitc672907a5360274b8347c33544eba92c3ccb5cb6 (patch)
treef48f5fb95f1e85cdc777c97898301fba38231e23 /textproc/ruby-rdtool/pkg-message
parent597e8a3a90151d548ac0098ffc8c91eb3fa16fb1 (diff)
downloadports-c672907a5360274b8347c33544eba92c3ccb5cb6.tar.gz
ports-c672907a5360274b8347c33544eba92c3ccb5cb6.zip
Notes
Diffstat (limited to 'textproc/ruby-rdtool/pkg-message')
-rw-r--r--textproc/ruby-rdtool/pkg-message8
1 files changed, 8 insertions, 0 deletions
diff --git a/textproc/ruby-rdtool/pkg-message b/textproc/ruby-rdtool/pkg-message
new file mode 100644
index 000000000000..66b95faf0165
--- /dev/null
+++ b/textproc/ruby-rdtool/pkg-message
@@ -0,0 +1,8 @@
+************************************************************
+To use rd-mode in Emacs/XEmacs, add the following lines to
+your ~/.emacs:
+
+(autoload 'rd-mode "rd-mode"
+ "major mode for ruby document formatter RD" t)
+(add-to-list 'auto-mode-alist '("\\.rd$" . rd-mode))
+************************************************************