diff options
author | jao <jao@gnu.org> | 2022-05-23 05:13:48 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-05-23 05:13:48 +0100 |
commit | bdbd41bcfa27184290eb8ffde6c5d7d3052f8079 (patch) | |
tree | f760d3af8e90256a6a2ad09586c3f04b6e6782a6 | |
parent | 8d98294a7acbd25e0943335babaaf80936940912 (diff) | |
download | elibs-bdbd41bcfa27184290eb8ffde6c5d7d3052f8079.tar.gz elibs-bdbd41bcfa27184290eb8ffde6c5d7d3052f8079.tar.bz2 |
nits
-rw-r--r-- | lib/themes/jao-light-theme.el | 2 | ||||
-rw-r--r-- | 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 |