You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emacs/tuareg-mode/files/50tuareg-mode-gentoo-2.0.6.el

7 lines
343 B

(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))