From 22bcad793cdb71ef72359e6f2c36fe2cd91afe78 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sat, 3 Nov 2018 23:56:16 -0400 Subject: [PATCH] Disable using `again` as `do`, it was annoying --- .config/todo/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/todo/config b/.config/todo/config index 3b85582..5b5cf39 100644 --- a/.config/todo/config +++ b/.config/todo/config @@ -83,5 +83,5 @@ export COLOR_CONTEXT=$DARK_GREY # # export TODOTXT_FINAL_FILTER='cat' -export TODO_NO_AGAIN_IF_NOT_TAGGED=1 +#export TODO_NO_AGAIN_IF_NOT_TAGGED=1 export TODO_AGAIN_TAG=r