summaryrefslogtreecommitdiff
path: root/lang/ocaml-mode.el/pkg-descr
blob: ca6244a99bc9b8412876e135830573c7872469a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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