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

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

[elpa] externals/org a922b17 04/14: faces: Add `org-cite' and `org-cite-


From: ELPA Syncer
Subject: [elpa] externals/org a922b17 04/14: faces: Add `org-cite' and `org-cite-key' faces
Date: Fri, 9 Jul 2021 02:57:17 -0400 (EDT)

branch: externals/org
commit a922b1764d1a1d49db132e4bd70c702b10dbc524
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Commit: Nicolas Goaziou <mail@nicolasgoaziou.fr>

    faces: Add `org-cite' and `org-cite-key' faces
    
    * lisp/org-faces.el (org-cite):
    (org-cite-key): New faces.
---
 lisp/org-faces.el | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/lisp/org-faces.el b/lisp/org-faces.el
index 937c2d6..a4fb0f0 100644
--- a/lisp/org-faces.el
+++ b/lisp/org-faces.el
@@ -168,6 +168,14 @@ set the properties in the `org-column' face.  For example, 
set
   "Face for headline with the ARCHIVE tag."
   :group 'org-faces)
 
+(defface org-cite '((t :inherit link))
+  "Face for citations."
+  :group 'org-faces)
+
+(defface org-cite-key '((t :inherit link))
+  "Face for citation keys."
+  :group 'org-faces)
+
 (defface org-link '((t :inherit link))
   "Face for links."
   :group 'org-faces)



reply via email to

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