diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-15 10:45:54 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-15 10:45:54 -0500 |
commit | 47892663040f7e295cc4052438cf804b040f0389 (patch) | |
tree | d299cb4f0741904b1a8d484a6fba365b41592bf5 /README.org | |
parent | 7038e0073e7f7f672644ca949eeda399d6a533fb (diff) | |
download | stitch-47892663040f7e295cc4052438cf804b040f0389.tar.gz stitch-47892663040f7e295cc4052438cf804b040f0389.tar.bz2 stitch-47892663040f7e295cc4052438cf804b040f0389.zip |
Add TODOs, update help, rebind keys
Diffstat (limited to '')
-rw-r--r-- | README.org | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -36,6 +36,10 @@ STICH_GREP_CMD (default "grep") STITCH_HEADLINE_PATTERN_REGEXP (default "^\\* ") STITCH_HEADLINE_PATTERN (default "* ") STITCH_TAG_PATTERN (default ":[a-z-]+:", matches :a-tag:) +STITCH_TODO (default "* TODO") +STITCH_TODO_REGEXP (default "^\\* TODO") +STITCH_DONE (default "* DONE") +STITCH_DONE_REGEXP (default "^\\* DONE") ** SPEED UP |