diff --git a/todo.cfg b/todo.cfg index 546a640..8504388 100644 --- a/todo.cfg +++ b/todo.cfg @@ -8,7 +8,6 @@ export TODO_DIR=`dirname "$0"` export TODO_FILE="$TODO_DIR/todo.txt" export DONE_FILE="$TODO_DIR/done.txt" export REPORT_FILE="$TODO_DIR/report.txt" -export TMP_FILE="$TODO_DIR/todo.tmp" # You can customize your actions directory location #export TODO_ACTIONS_DIR="$HOME/.todo.actions.d"