branch: scratch/org-contacts-rebased commit dcbbc7771efbf1bf47d0a81279486631a9aedd77 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. --- org-contacts.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-contacts.el b/org-contacts.el index fa62cd8..0b7a7f8 100644 --- a/org-contacts.el +++ b/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)