package chamo

  1. Overview
  2. Docs

Some configuration constants.

val home : string

User's home directory.

val login : string

User's login.

val rc_dir : string
val local_dir_rc_file_prefix : string

The prefix to use for "local" config files, that is files not stored in the user's cameleon config directory but stored for example in the directory where the editor was launched.

val local_dir_rc_file : string -> string

Create a "local" config file name with the given suffix.

val rc_file : string -> string

Create a config file with the given suffix, in the user's cameleon config directory.

Convenient function to use configuration files.

val keystates_wrappers : Stk.Key.keystate list Ocf.wrapper

Wrappers to convert key states to and from a string.

val binding_wrappers : (Stk.Key.keystate list * string) Ocf.wrapper

Wrappers to convert key bindings to and from a string.

val ocamlfind : unit -> string
OCaml

Innovation. Community. Security.