diff options
author | jao <jao@gnu.org> | 2022-04-08 01:59:51 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-04-08 01:59:51 +0100 |
commit | c6e379d235a673064fb94ae6906768f1865fe677 (patch) | |
tree | 8a787b4ebb4de17e2c5fad575c25e0477a5ccef6 /lib | |
parent | bb47ad0440a588b797187e472ac45b7ee56394c6 (diff) | |
download | elibs-c6e379d235a673064fb94ae6906768f1865fe677.tar.gz elibs-c6e379d235a673064fb94ae6906768f1865fe677.tar.bz2 |
shr-text face (but something is still messed up)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/themes/jao-themes.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el index ea0acf8..dac2116 100644 --- a/lib/themes/jao-themes.el +++ b/lib/themes/jao-themes.el @@ -1019,6 +1019,7 @@ (shr-h5 (p outline-5)) (shr-h6 (p outline-6)) (shr-link (p link)) + (shr-text (~ default)) (show-paren-match (p hilite)) (show-paren-mismatch (p error)) (sieve-control-commands (~ font-lock-builtin-face)) |