summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBasil L. Contovounesios <contovob@tcd.ie>2020-06-25 12:51:21 +0100
committerBasil L. Contovounesios <contovob@tcd.ie>2020-06-25 15:24:16 +0100
commit008dacdb88968a04817666bfe682561d34967e4e (patch)
tree3970e596257be23f6106523d466343388e954a25
parent51dc396d816b29762837d252315225327adef435 (diff)
downloadbog-008dacdb88968a04817666bfe682561d34967e4e.tar.gz
bog-citekey-face: Use modern face spec syntax
-rw-r--r--bog.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/bog.el b/bog.el
index ee56d3a..719002a 100644
--- a/bog.el
+++ b/bog.el
@@ -1366,7 +1366,7 @@ Topic headings are determined by `bog-topic-heading-level'."
;;; Font-lock
(defface bog-citekey-face
- '((t (:inherit org-link :underline nil)))
+ '((t :inherit org-link :underline nil))
"Face used to highlight text that matches `bog-citekey-format'.")
(defun bog-fontify-non-heading-citekeys (limit)