lib/timetrap/config.rb in timetrap-1.10.0 vs lib/timetrap/config.rb in timetrap-1.11.0
- old
+ new
@@ -33,10 +33,12 @@
'default_command' => nil,
# only allow one running entry at a time.
# automatically check out of any running tasks when checking in.
'auto_checkout' => false,
# interactively prompt for a note if one isn't passed when checking in.
- 'require_note' => false
+ 'require_note' => false,
+ # command to launch external editor (false if no external editor used)
+ 'note_editor' => false
}
end
def [](key)
overrides = File.exist?(PATH) ? YAML.load(erb_render(File.read(PATH))) : {}