diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 17:12:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 17:12:32 +0000 |
commit | a80c31a5dda807dcedb2391dc3e2c6f578f8ce3d (patch) | |
tree | 821835ef871d8d5f876233f0c9ca25b093d3811d /lang/ocaml-mode.el/pkg-descr | |
parent | 12546f05aa1009108d42460e99796c0ac3cefffa (diff) | |
download | ports-a80c31a5dda807dcedb2391dc3e2c6f578f8ce3d.tar.gz ports-a80c31a5dda807dcedb2391dc3e2c6f578f8ce3d.zip |
Notes
Diffstat (limited to 'lang/ocaml-mode.el/pkg-descr')
-rw-r--r-- | lang/ocaml-mode.el/pkg-descr | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lang/ocaml-mode.el/pkg-descr b/lang/ocaml-mode.el/pkg-descr deleted file mode 100644 index 8e665c8fe4a0..000000000000 --- a/lang/ocaml-mode.el/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -An EMACS major mode for editing O'Caml programs. - -To use this, put the following into your ~/.emacs: - - (setq auto-mode-alist - (cons '("\\.ml[iylp]?$" . caml-mode) auto-mode-alist)) - (autoload 'caml-mode "caml" "Major mode for editing Caml code." t) - (autoload 'run-caml "inf-caml" "Run an inferior Caml process." t) - -WWW: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/ocaml.html |