diff options
Diffstat (limited to 'lang/ocaml-mode.el/pkg-descr')
-rw-r--r-- | lang/ocaml-mode.el/pkg-descr | 13 |
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 |