Module Ed_core_rc (.ml)


module Ed_core_rc: sig .. end
Handling the "core" config file of chamo.

val rc_file : string
the config file name.
val encoding : Config_file.string_cp
The default encoding used to convert file contents to and from utf8 (gtk uses utf-8 strings).
val read : unit -> unit
Read the config file. The read and write functions are already called in this module.
val write : unit -> unit
Store the values of option in the config file.