瀏覽代碼

faces: Add `org-cite' and `org-cite-key' faces

* lisp/org-faces.el (org-cite):
(org-cite-key): New faces.
Nicolas Goaziou 4 年之前
父節點
當前提交
a922b1764d
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      lisp/org-faces.el

+ 8 - 0
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)