pkgsrc-wip/tuareg-mode/MESSAGE
Antoine Reilles 2154342789 Tuareg is a Caml mode for GNU Emacs and XEmacs. It handles automatic
indentation of Objective Caml and Camllight codes. Key parts of the code are
hilighted using Font-Lock. Support to run an interactive Caml toplevel and
debbuger is provided.
2005-06-05 13:39:07 +00:00

12 lines
531 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2005/06/05 13:39:07 jtonio Exp $
To use the tuareg-mode for editing caml or ocaml files, you may want to
put the following into your .emacs:
(setq auto-mode-alist
(cons '("\\.ml\\w?" . tuareg-mode) auto-mode-alist))
(autoload 'tuareg-mode "tuareg" "Major mode for editing Caml code." t)
(autoload 'camldebug "cameldeb" "Run the Caml debugger." t)
===========================================================================