diff options
author | jao <jao@gnu.org> | 2021-03-22 19:05:44 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-03-22 19:05:44 +0000 |
commit | 6fbb6e31c38c2ef68f2afa5f425698c6e016808d (patch) | |
tree | d7da49191df6b8a272cad7a871b1c6f1390942f1 /lib/themes | |
parent | c59571c7222511fdd0b0b33bb19155e732bee8e4 (diff) | |
download | elibs-6fbb6e31c38c2ef68f2afa5f425698c6e016808d.tar.gz elibs-6fbb6e31c38c2ef68f2afa5f425698c6e016808d.tar.bz2 |
themes: orderless faces
Diffstat (limited to 'lib/themes')
-rw-r--r-- | lib/themes/jao-themes.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el index 99ba3c8..26bf66a 100644 --- a/lib/themes/jao-themes.el +++ b/lib/themes/jao-themes.el @@ -847,7 +847,11 @@ (notmuch-search-date (p f01)) (notmuch-search-matching-authors (p f02)) (notmuch-search-subject nil)) - `((org-agenda-date-today (p hilite) nul) + `((orderless-match-face-0 ul) + (orderless-match-face-1 ul) + (orderless-match-face-2 ul) + (orderless-match-face-3 ul) + (org-agenda-date-today (p hilite) nul) (org-agenda-date-weekend (p dimm)) (org-agenda-done (p dimm)) (org-agenda-restriction-lock (~ default)) |