From b92ab68ef6568e7dec857c418646aa59ea881278 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 6 Mar 2018 21:54:08 +0100 Subject: [PATCH] Context: remove duplicate default value for rule.precedence.color --- src/Context.cpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/Context.cpp b/src/Context.cpp index 01b1e4477..17903dcda 100644 --- a/src/Context.cpp +++ b/src/Context.cpp @@ -165,6 +165,9 @@ std::string configurationDefaults = "# Color controls.\n" "color=1 # Enable color\n" "\n" + "# Here is the rule precedence order, highest to lowest.\n" + "# Note that these are just the color rule names, without the leading 'color.'\n" + "# and any trailing '.value'.\n" "rule.precedence.color=deleted,completed,active,keyword.,tag.,project.,overdue,scheduled,due.today,due,blocked,blocking,recurring,tagged,uda.\n" "\n" "# General decoration\n" @@ -248,11 +251,6 @@ std::string configurationDefaults = "urgency.uda.priority.M.coefficient=3.9 # UDA priority coefficient for value 'M'\n" "urgency.uda.priority.L.coefficient=1.8 # UDA priority coefficient for value 'L'\n" "\n" - "# Here is the rule precedence order, highest to lowest.\n" - "# Note that these are just the color rule names, without the leading 'color.'\n" - "# and any trailing '.value'.\n" - "rule.precedence.color=deleted,completed,active,keyword.,tag.,project.,overdue,scheduled,due.today,due,blocked,blocking,recurring,tagged,uda.\n" - "\n" "#default.project=foo # Default project for 'add' command\n" "#default.due=eom # Default due date for 'add' command\n" "#default.scheduled=eom # Default scheduled date for 'add' command\n"