Explorar o código

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.
stardiviner %!s(int64=4) %!d(string=hai) anos
pai
achega
713b3bf7a0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      contrib/lisp/org-contacts.el

+ 1 - 1
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)