From e849082d4dfe63e9aabacf5f71ac26dd334f2817 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sat, 3 Nov 2018 23:56:03 -0400 Subject: [PATCH] Fix variable name for TODO_AGAIN_TAG --- .config/todo/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/todo/config b/.config/todo/config index 5a55f0b..3b85582 100644 --- a/.config/todo/config +++ b/.config/todo/config @@ -84,4 +84,4 @@ export COLOR_CONTEXT=$DARK_GREY # export TODOTXT_FINAL_FILTER='cat' export TODO_NO_AGAIN_IF_NOT_TAGGED=1 -export AGAIN_TAG=r +export TODO_AGAIN_TAG=r