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

(add-to-list 'load-path "@SITELISP@")
(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)