summaryrefslogtreecommitdiff
blob: 7e970412ac3725312177b1d0559d991f1b9ea992 (plain)
1
2
3
4
5
6
(add-to-list 'load-path "@SITELISP@")
(autoload 'tuareg-mode "tuareg" "Major mode for editing Caml code" t)
(autoload 'tuareg-run-ocaml "tuareg" "Run an OCaml toplevel process." t)
(autoload 'ocamldebug "ocamldebug" "Run the Caml debugger" t)
(defalias 'camldebug 'ocamldebug)
(add-to-list 'auto-mode-alist '("\\.ml[iylp]?\\'" . tuareg-mode))