org-contacts.el: Inherit face from org-link

* contrib/lisp/org-contacts.el (org-contacts-link-face): Don't use a
color for org-contacts line, inherit from face org-link directly.
This commit is contained in:
stardiviner 2020-12-20 20:43:23 +08:00
parent b6e5ca28ef
commit 713b3bf7a0
No known key found for this signature in database
GPG Key ID: 1B5DF1C95AE89AC3
1 changed files with 1 additions and 1 deletions

View File

@ -1222,7 +1222,7 @@ are effectively trimmed). If nil, all zero-length substrings are retained."
(cond
((string-match "/.*/" path)
'(:background "sky blue" :overline t :slant 'italic))
(t '(:background "green yellow" :underline t))))
(t '(:inherit 'org-link))))
(provide 'org-contacts)