module Ed_mode_makefile_rc: sig
.. end
Configuration file of the makefile mode.
val mode_name : string
The mode name.
val rc_file : string
The user's configuration file.
val key_bindings : (Okey.keyhit_state * string) Config_file.list_cp
The option for the key bindings in the mode.
val read : unit -> unit
Read the configuration file.
val write : unit -> unit
Write the configuration file.
val add_sourceview_mode_makefile_key_binding : Okey.keyhit_state -> string -> unit
val add_sourceview_mode_makefile_key_binding_string : string -> string -> unit