From 3bb227f34ceac610b594583ac38b453dca065790 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 23 Nov 2014 00:40:13 -0500 Subject: Use org-link face as base of citekey face --- bog.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'bog.el') diff --git a/bog.el b/bog.el index 5d20cfe..c3d9384 100644 --- a/bog.el +++ b/bog.el @@ -771,10 +771,7 @@ current buffer." ;;; Font-lock (defface bog-citekey-face - '((((class color) (background dark)) - (:bold t)) - (((class color) (background light)) - (:bold t))) + '((t (:inherit org-link :underline nil))) "Face used to highlight text that matches `bog-citekey-format'.") (defun bog-non-heading-citekey-p (limit) -- cgit v1.2.3