summaryrefslogtreecommitdiff
blob: a6b706e0e0b281e6aa0569159776c67bec3052a2 (plain)
1
2
3
4
5
6
7
;;; tuareg-mode site-lisp configuration

(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 "camldebug" "Run the Caml debugger" t)