This command uses the "usermail" and "username" variables to insert a preformatted changelog entry. Add the following code to your ~/.chamo_init.ml file, so that these variables are set each time you launch Chamo:
Cam_commands.set_global "usermail" "my.mail@foo.bar";; Cam_commands.set_global "username" "Firstname Name";;
