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

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

[elpa] externals/org-contacts 2916aae933 144/154: Fix warning: Invalid f


From: ELPA Syncer
Subject: [elpa] externals/org-contacts 2916aae933 144/154: Fix warning: Invalid face reference: quote. Invalid face attribute :inherit 'org-link
Date: Fri, 9 Sep 2022 15:58:55 -0400 (EDT)

branch: externals/org-contacts
commit 2916aae933c4795c1dae8f85c1abafdacdad67ce
Author: stardiviner <numbchild@gmail.com>
Commit: stardiviner <numbchild@gmail.com>

    Fix warning: Invalid face reference: quote. Invalid face attribute :inherit 
'org-link
---
 org-contacts.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-contacts.el b/org-contacts.el
index 6af14cae85..d705419b23 100644
--- a/org-contacts.el
+++ b/org-contacts.el
@@ -1339,7 +1339,7 @@ Each element has the form (NAME . (FILE . POSITION))."
   (cond
    ((string-match "/.*/" path)
     '(:background "sky blue" :overline t :slant 'italic))
-   (t '(:inherit 'org-link))))
+   (t '(:inherit org-link))))
 
 
 ;;; org-mode link "mailto:"; email completion.



reply via email to

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