summaryrefslogtreecommitdiff
path: root/bog.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-11-23 00:40:13 -0500
committerKyle Meyer <kyle@kyleam.com>2014-11-23 00:40:13 -0500
commit3bb227f34ceac610b594583ac38b453dca065790 (patch)
treee5979614175db2f79fcffc7bd573614b6791fb40 /bog.el
parent52901c6870f91050e4cadc67ea2824d70efe9d29 (diff)
downloadbog-3bb227f34ceac610b594583ac38b453dca065790.tar.gz
Use org-link face as base of citekey face
Diffstat (limited to 'bog.el')
-rw-r--r--bog.el5
1 files changed, 1 insertions, 4 deletions
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)