Extensions

- Documented the 'extensions' master control switch.
This commit is contained in:
Paul Beckingham
2011-04-21 23:28:34 -04:00
parent 07faa663b4
commit d08e1dab76
6 changed files with 14 additions and 5 deletions

View File

@@ -253,7 +253,7 @@ std::string Config::defaults =
"list.all.projects=no # Include old project names in 'projects' command\n"
"list.all.tags=no # Include old tag names in 'tags' command\n"
"debug=no # Display diagnostics\n"
"hooks=off # Hook system master switch\n"
"extensions=off # Extension system master switch\n"
"fontunderline=yes # Uses underlines rather than -------\n"
"shell.prompt=task> # Prompt used by the shell command\n"
"\n"