emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] scratch/org-contacts-rebased dcbbc77 097/118: org-contacts.el: In


From: Stefan Monnier
Subject: [elpa] scratch/org-contacts-rebased dcbbc77 097/118: org-contacts.el: Inherit face from org-link
Date: Fri, 12 Nov 2021 15:37:11 -0500 (EST)

branch: scratch/org-contacts-rebased
commit dcbbc7771efbf1bf47d0a81279486631a9aedd77
Author: stardiviner <numbchild@gmail.com>
Commit: stardiviner <numbchild@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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]