Module Greek_ocaml (.ml)


module Greek_ocaml: sig .. end
Add key bindings and substitutions to display greek letters in OCaml code in sourceviews, using the to_display and from_display method of the ocaml mode. Greek letters are mapped to __alpha__, __Alpha__, __beta__, ... strings. Key bindings are C-i;<letter> or C-i;S-<letter> to insert such characters. Put this in your chamo.init.ml file to use it.
Author(s): Maxence Guesdon
Version: 0.1
Cameleon.Greek_ocaml