Update command for org capture to be easier to type on my phone.

This commit is contained in:
josiah 2021-08-14 15:58:56 -05:00
parent 9b827125f7
commit d8e59aa5b2

View File

@ -46,7 +46,7 @@ class Command:
await self._react()
elif self.command.startswith("help"):
await self._show_help()
elif self.command.startswith("scribe"):
elif self.command.startswith("!"):
await self._new_org_todo()
else:
await self._unknown_command()