From bdbd41bcfa27184290eb8ffde6c5d7d3052f8079 Mon Sep 17 00:00:00 2001
From: jao <jao@gnu.org>
Date: Mon, 23 May 2022 05:13:48 +0100
Subject: nits

---
 lib/themes/jao-light-theme.el |  2 +-
 notmuch.org                   | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el
index bd3fcdf..385b429 100644
--- a/lib/themes/jao-light-theme.el
+++ b/lib/themes/jao-light-theme.el
@@ -39,7 +39,7 @@
           (blue "#023770")
           (green "#005555"))
   (:face-size 9)
-  (:face-family "Fira Code")
+  (:face-family "Hack")
   (:bold-weight jao-theme-light-bold)
   (:palette (fg "black")
             (bg "white")
diff --git a/notmuch.org b/notmuch.org
index f4756f8..ee076fa 100644
--- a/notmuch.org
+++ b/notmuch.org
@@ -85,15 +85,15 @@
                                           "lisp"
                                           "scheme"
                                           "xmobar"
-                                          "geiser"
-                                          "philosophy"
+                                          "geiser"))
+              `(,(jao-notmuch--qn "feeds" "prog" "fp"
+                                  '("tag:prog" "not tag:\"/emacs/\"")))
+              (mapcar #'jao-notmuch--sq '("philosophy"
                                           "math"
                                           "physics"
                                           "sci"
                                           "gr-qc"
-                                          "quant-ph"))
-              `(,(jao-notmuch--qn "feeds" "prog" "fp"
-                                  '("tag:prog" "not tag:\"/emacs/\"")))))
+                                          "quant-ph"))))
 
     (defvar jao-notmuch-bigml-searches
       `(,(jao-notmuch--q "bigml" "inbox" "bi")
@@ -396,7 +396,7 @@
             notmuch-wash-citation-lines-prefix 10
             notmuch-wash-citation-lines-suffix 20
             notmuch-show-text/html-blocked-images "."
-            notmuch-show-header-line " %s")
+            notmuch-show-header-line #'jao-notmuch-message-header-line)
 
       :config
 
-- 
cgit v1.2.3