lang/org: fix STRT keyword shortcut (d -> s)
This commit is contained in:
parent
5e6363f025
commit
2d36c0f9a7
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ background (and foreground) match the current theme."
|
||||||
'((sequence
|
'((sequence
|
||||||
"TODO(t)" ; A task that needs doing & is ready to do
|
"TODO(t)" ; A task that needs doing & is ready to do
|
||||||
"PROJ(p)" ; An ongoing project that cannot be completed in one step
|
"PROJ(p)" ; An ongoing project that cannot be completed in one step
|
||||||
"STRT(d)" ; A task that is in progress
|
"STRT(s)" ; A task that is in progress
|
||||||
"WAIT(w)" ; Something is holding up this task; or it is paused
|
"WAIT(w)" ; Something is holding up this task; or it is paused
|
||||||
"|"
|
"|"
|
||||||
"DONE(d)" ; Task successfully completed
|
"DONE(d)" ; Task successfully completed
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue