diff options
author | jao <jao@gnu.org> | 2021-03-31 04:23:03 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-03-31 04:23:03 +0100 |
commit | 0023fdada4572ceca921e3e25436b2b4ef5e3be8 (patch) | |
tree | eb428619e98b4f361e7b4350dd3808dc92777d74 /lib | |
parent | c7c1db477d534f46be5763f05541e00d5916bed0 (diff) | |
download | elibs-0023fdada4572ceca921e3e25436b2b4ef5e3be8.tar.gz elibs-0023fdada4572ceca921e3e25436b2b4ef5e3be8.tar.bz2 |
fix for shr-link
Diffstat (limited to 'lib')
-rw-r--r-- | lib/themes/jao-themes.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el index e0f6961..e1003f0 100644 --- a/lib/themes/jao-themes.el +++ b/lib/themes/jao-themes.el @@ -940,7 +940,7 @@ (rst-level-8-face (~ outline-8))) `((secondary-selection (p hilite) ex) (sh-quoted-exec (p f00)) - (shr-link (~ link)) + (shr-link (p link)) (show-paren-match (p hilite)) (show-paren-mismatch (p error)) (sieve-control-commands (~ font-lock-builtin-face)) |