From 2d36c0f9a74d3739aeb3777a82906f2c30a9374e Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 29 Oct 2019 11:36:22 -0400 Subject: [PATCH] lang/org: fix STRT keyword shortcut (d -> s) --- modules/lang/org/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/org/config.el b/modules/lang/org/config.el index 7a1b0532c..70f3fedc7 100644 --- a/modules/lang/org/config.el +++ b/modules/lang/org/config.el @@ -139,7 +139,7 @@ background (and foreground) match the current theme." '((sequence "TODO(t)" ; A task that needs doing & is ready to do "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 "|" "DONE(d)" ; Task successfully completed