mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Patch - Configurable week start day.
From 78fef7b934f6bcac7662c1646e2dd1f8ce4f3eca Mon Sep 17 00:00:00 2001 From: Federico Hernandez <ultrafredde@gmail.com> Date: Mon, 25 May 2009 01:14:06 +0200 Subject: [PATCH] Configurable weekstart for task cal display
This commit is contained in:
parent
41a6cdea22
commit
d09630a3a0
2 changed files with 38 additions and 9 deletions
|
@ -157,6 +157,7 @@ void Config::createDefault (const std::string& home)
|
|||
fprintf (out, "nag=You have higher priority tasks.\n");
|
||||
fprintf (out, "locking=on\n");
|
||||
fprintf (out, "#editor=vi\n");
|
||||
fprintf (out, "weekstart=Sunday\n");
|
||||
|
||||
fprintf (out, "color.overdue=bold_red\n");
|
||||
fprintf (out, "color.due=bold_yellow\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue