diff options
author | Basil L. Contovounesios <contovob@tcd.ie> | 2020-06-25 12:51:21 +0100 |
---|---|---|
committer | Basil L. Contovounesios <contovob@tcd.ie> | 2020-06-25 15:24:16 +0100 |
commit | 008dacdb88968a04817666bfe682561d34967e4e (patch) | |
tree | 3970e596257be23f6106523d466343388e954a25 | |
parent | 51dc396d816b29762837d252315225327adef435 (diff) | |
download | bog-008dacdb88968a04817666bfe682561d34967e4e.tar.gz |
bog-citekey-face: Use modern face spec syntax
-rw-r--r-- | bog.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |