Skip to content

Commit

Permalink
Add "Goal" as a pseudo-context
Browse files Browse the repository at this point in the history
  • Loading branch information
grodtron authored May 10, 2024
1 parent 2ce724e commit a2a0bc4
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 a2a0bc4

Please sign in to comment.