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:
parent
c8ceb5290e
commit
0107e8ecdb
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue