module Remote_files:A module to edit remote files using scp commands to retrieve and put back remote files. To do so in a transparent way, the open_file and save_active_view commands are overriden.sig..end
To open a remote file, use the regular open_file command (C-x C-f), and give the remote filename with the form
ssh://login@host:/path/of/the/file
If login is not given, your local login is used instead.
Put this in your chamo.init.ml file to use it, and call init ().
Author(s): Maxence Guesdon
Version: 0.1

Cameleon.Remote_files
val init : unit -> unit