diff options
author | jao <jao@gnu.org> | 2021-03-29 04:57:20 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-03-29 04:57:20 +0100 |
commit | 083220ece2ba3ce36ea21a82abf3b305b97f03e4 (patch) | |
tree | 56453796bef0ac3629bb3c61ca790ebbc3521969 /lib/themes | |
parent | c1b813e96e9db6c7df82f850b316dcc733392c02 (diff) | |
download | elibs-083220ece2ba3ce36ea21a82abf3b305b97f03e4.tar.gz elibs-083220ece2ba3ce36ea21a82abf3b305b97f03e4.tar.bz2 |
themes: shr links
Diffstat (limited to 'lib/themes')
-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 aa49d9a..e0f6961 100644 --- a/lib/themes/jao-themes.el +++ b/lib/themes/jao-themes.el @@ -940,6 +940,7 @@ (rst-level-8-face (~ outline-8))) `((secondary-selection (p hilite) ex) (sh-quoted-exec (p f00)) + (shr-link (~ link)) (show-paren-match (p hilite)) (show-paren-mismatch (p error)) (sieve-control-commands (~ font-lock-builtin-face)) |