summaryrefslogblamecommitdiff
path: root/lang/ocaml-mode.el/pkg-descr
blob: 8e665c8fe4a0da823f75775c3598b092f0363651 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                          
                                                             
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)

WWW: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/ocaml.html