diff options
author | Michał M. Sapka <michal@sapka.me> | 2023-07-03 14:56:47 +0200 |
---|---|---|
committer | Michał M. Sapka <michal@sapka.me> | 2023-07-03 14:56:47 +0200 |
commit | 335a6fd39899ee86cf5ba568a334d07fad5685a8 (patch) | |
tree | e411416bf65ad7dba0cc445ff7973e6020d74087 /content/2023/notmuch.md | |
parent | 2d77a99e3bd9c8df2e0cd668a6b18afcb5997fe0 (diff) |
fix: snippet
Diffstat (limited to 'content/2023/notmuch.md')
-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 9fd60c77..15a62575 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:")) |