branch: externals/org-contacts
commit 0107e8ecdb8220679d85d01bdb59e1eab90feaf1
Author: stardiviner <[email protected]>
Commit: stardiviner <[email protected]>
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 fa62cd820c..0b7a7f8a93 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)