diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-11-23 00:40:13 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-11-23 00:40:13 -0500 |
commit | 3bb227f34ceac610b594583ac38b453dca065790 (patch) | |
tree | e5979614175db2f79fcffc7bd573614b6791fb40 /bog.el | |
parent | 52901c6870f91050e4cadc67ea2824d70efe9d29 (diff) | |
download | bog-3bb227f34ceac610b594583ac38b453dca065790.tar.gz |
Use org-link face as base of citekey face
Diffstat (limited to 'bog.el')
-rw-r--r-- | bog.el | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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) |