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

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

[elpa] externals/org-contacts 0107e8ecdb 100/154: org-contacts.el: Inher


From: ELPA Syncer
Subject: [elpa] externals/org-contacts 0107e8ecdb 100/154: org-contacts.el: Inherit face from org-link
Date: Fri, 9 Sep 2022 15:58:44 -0400 (EDT)

branch: externals/org-contacts
commit 0107e8ecdb8220679d85d01bdb59e1eab90feaf1
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 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)
 



reply via email to

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