summaryrefslogtreecommitdiff
path: root/lang/ocaml-mode.el/pkg-descr
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>2001-10-23 09:06:17 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>2001-10-23 09:06:17 +0000
commitffa24a964d2a5b629e840603220f70221c663069 (patch)
tree1b41af0eb06185049aa00bcb5825c9afe922c0ff /lang/ocaml-mode.el/pkg-descr
parentUpdate to 1.13. (diff)
An Emacs mode for editing Objective CAML programs.
Notes
Notes: svn path=/head/; revision=49110
Diffstat (limited to 'lang/ocaml-mode.el/pkg-descr')
-rw-r--r--lang/ocaml-mode.el/pkg-descr13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/ocaml-mode.el/pkg-descr b/lang/ocaml-mode.el/pkg-descr
new file mode 100644
index 000000000000..ca6244a99bc9
--- /dev/null
+++ b/lang/ocaml-mode.el/pkg-descr
@@ -0,0 +1,13 @@
+An EMACS major mode for editing O'Caml programs.
+
+To use this, put the following into your ~/.emacs:
+
+ (setq auto-mode-alist
+ (cons '("\\.ml[iylp]?$" . caml-mode) auto-mode-alist))
+ (autoload 'caml-mode "caml" "Major mode for editing Caml code." t)
+ (autoload 'run-caml "inf-caml" "Run an inferior Caml process." t)
+
+- Koshy
+ jkoshy@freebsd.org
+
+WWW: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/ocaml.html