From 9b7f85bea18e2636730af8f1165f3321746829b7 Mon Sep 17 00:00:00 2001 From: Ingo Karkat Date: Thu, 15 Jul 2010 14:04:30 +0200 Subject: [PATCH] Config file addendum to generalization of PRI_X color support. Adapts the config file comments to the generalization of PRI_X color support to all priorities (commit e7b5841721e9029343d987ab8730cbf2b2e568c0). --- todo.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/todo.cfg b/todo.cfg index 051a7a6..8d1ecb1 100644 --- a/todo.cfg +++ b/todo.cfg @@ -41,13 +41,14 @@ export TMP_FILE="$TODO_DIR/todo.tmp" # === PRIORITY COLORS === ## Priorities can be any upper-case letter. -## Colors are supported for the first three. +## A,B,C are highlighted; you can add coloring for more. ## Uncomment and edit to override these defaults. # export PRI_A=$YELLOW # color for A priority # export PRI_B=$GREEN # color for B priority # export PRI_C=$LIGHT_BLUE # color for C priority -# export PRI_X=$WHITE # color for rest of them +# export PRI_D=... # define your own +# export PRI_X=$WHITE # color unless explicitly defined # === BEHAVIOR ===