Skip to content

Commit

Permalink
Merge pull request #11 from grodtron/grodtron-patch-4
Browse files Browse the repository at this point in the history
Add "Goal" as a pseudo-context
  • Loading branch information
grodtron authored May 10, 2024
2 parents 2ce724e + a2a0bc4 commit 9af9cf9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gtd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9af9cf9

Please sign in to comment.