diff options
Diffstat (limited to 'content/2023')
-rw-r--r-- | content/2023/notmuch.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/2023/notmuch.md b/content/2023/notmuch.md index 9fd60c7..15a6257 100644 --- a/content/2023/notmuch.md +++ b/content/2023/notmuch.md @@ -217,7 +217,7 @@ But we can go one step further. Prot's[^prot] excellent notmuch-indicator[^not-i {{<highlight elisp "linenos=table">}} (notmuch-indicator-mode 1) -(setq notmuch-indicator-refresh-count (60) +(setq notmuch-indicator-refresh-count 60 notmuch-indicator-hide-empty-counters t notmuch-indicator-args '((:terms "tag:gh-pr-todo":label "pr:")) |