branch: externals/org commit 713b3bf7a091b262fdfd77e35fdc290173e2dfdc Author: stardiviner <numbch...@gmail.com> Commit: stardiviner <numbch...@gmail.com>
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. --- contrib/lisp/org-contacts.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/lisp/org-contacts.el b/contrib/lisp/org-contacts.el index fa62cd8..0b7a7f8 100644 --- a/contrib/lisp/org-contacts.el +++ b/contrib/lisp/org-contacts.el @@ -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)