Next: , Previous: , Up: Commands   [Contents][Index]


3.21 Freetalk command - load

command: /load [SCM]

This command loads the Scheme Extension file and executes it. SCM is the extension Scheme file written in Guile. This command helps for the better customization of the software.

SCM is first looked for in the current directory, followed by ~/.freetalk/extensions followed by the global prefix/share/freetalk/extensions.

SCM can also be an absolute path.

Example:

~\/~ /load beep.scm
~\/~