diff options
| -rw-r--r-- | oni-notmuch.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/oni-notmuch.el b/oni-notmuch.el index 010cb1b..2a2443f 100644 --- a/oni-notmuch.el +++ b/oni-notmuch.el @@ -79,6 +79,8 @@ Display SIGNAL when the process has finished and refresh the '("@me" . (:foreground "#90ca82"))) (add-to-list 'notmuch-search-line-faces '("deleted" . (:foreground "#848484" :strike-through t :weight regular))) +(add-to-list 'notmuch-search-line-faces + '("punt" . (:foreground "#00ffba"))) (add-to-list 'display-buffer-alist (cons (rx bos (eval oni-notmuch-notmuch-new-buffer-name) eos) |
