Skip to content

Commit

Permalink
fix: remove test stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
kraanzu committed Nov 9, 2024
1 parent 5fbaad1 commit cdba0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/configs/code/config3.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def setup_formatters(api: DooitAPI, _):

# --------- TODOS ---------
# status formatter
fmt.todos.status.add(status_icons(completed="[r]󱓻[/r] ", pending="󱓼 ", overdue="󱓼 "))
fmt.todos.status.add(status_icons(completed="󱓻 ", pending="󱓼 ", overdue="󱓼 "))

# urgency formatte
u_icons = {1: " 󰯬", 2: " 󰯯", 3: " 󰯲", 4: " 󰯵"}
Expand Down

0 comments on commit cdba0df

Please sign in to comment.