summaryrefslogtreecommitdiffhomepage
path: root/lib/themes/jao-themes.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-03-31 04:23:03 +0100
committerjao <jao@gnu.org>2021-03-31 04:23:03 +0100
commit0023fdada4572ceca921e3e25436b2b4ef5e3be8 (patch)
treeeb428619e98b4f361e7b4350dd3808dc92777d74 /lib/themes/jao-themes.el
parentc7c1db477d534f46be5763f05541e00d5916bed0 (diff)
downloadelibs-0023fdada4572ceca921e3e25436b2b4ef5e3be8.tar.gz
elibs-0023fdada4572ceca921e3e25436b2b4ef5e3be8.tar.bz2
fix for shr-link
Diffstat (limited to 'lib/themes/jao-themes.el')
-rw-r--r--lib/themes/jao-themes.el2
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))