From a2a0bc492d2bca11b21a7082ee0d863f14370546 Mon Sep 17 00:00:00 2001 From: Gordon Bailey Date: Fri, 10 May 2024 10:28:39 +0200 Subject: [PATCH] Add "Goal" as a pseudo-context --- gtd.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gtd.yml b/gtd.yml index 817ef95..2b97081 100644 --- a/gtd.yml +++ b/gtd.yml @@ -30,6 +30,11 @@ contexts: - name: "read" emojis: "📚📖▶️" color: "salmon" + # Not really a context, but rather a "Project" in the GTD sense. Perhaps I will figure out a proper way to model this in the future, + # but for now this is better than nothing + - name: "Goal" + emojis: "🎯" + color: "berry_red" composite_contexts: - name: "home"