Skip to content

Commit

Permalink
Finally, an Objective-Caml bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Mar 26, 2011
1 parent 4f85036 commit b93a793
Show file tree
Hide file tree
Showing 7 changed files with 4,620 additions and 2 deletions.
11 changes: 11 additions & 0 deletions bundles/ocaml/append-tuareg.el
@@ -0,0 +1,11 @@
;;; append-tuareg.el - Tuareg quick installation: Append this file to .emacs.

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

(if (and (boundp 'window-system) window-system)
(when (string-match "XEmacs" emacs-version)
(if (not (and (boundp 'mule-x-win-initted) mule-x-win-initted))
(require 'sym-lock))
(require 'font-lock)))

0 comments on commit b93a793

Please sign in to comment.