David Aspinall <[EMAIL PROTECTED]> writes:

> Would be nice if this package worked also for XEmacs and was
> set to autoload for .ml files if loaded.

simply:

  (autoload 'caml-mode "caml" "" t)
  (setq auto-mode-alist (cons '("\\.ml$" . caml-mode) auto-mode-alist))
  (setq auto-mode-alist (cons '("\\.mli$" . caml-mode) auto-mode-alist))

in .emacs

(i'm adding this as a README)

Reply via email to