diff options
Diffstat (limited to 'examples/transcript_regex.txt')
-rw-r--r-- | examples/transcript_regex.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/transcript_regex.txt b/examples/transcript_regex.txt index b8e0e654..61bd8838 100644 --- a/examples/transcript_regex.txt +++ b/examples/transcript_regex.txt @@ -2,12 +2,11 @@ # The regex for editor matches any word until first space. The one for colors is because no color on Windows. (Cmd) set abbrev: True -autorun_on_edit: True +autorun_on_edit: False case_insensitive: True colors: /(True|False)/ continuation_prompt: > debug: False -default_file_name: command.txt echo: False editor: /([^\s]+)/ feedback_to_output: False |