From: John Kitchin Date: Thu, 26 Feb 2015 01:20:38 +0000 (-0500) Subject: add global-hi-lock to avoid annoying warning X-Git-Url: https://git.donarmstrong.com/?p=org-ref.git;a=commitdiff_plain;h=b7bc5b7517bda34dd57e86500ac88ba2f01d515e;ds=sidebyside add global-hi-lock to avoid annoying warning --- diff --git a/org-ref.org b/org-ref.org index 4e5b541..f0d94ec 100644 --- a/org-ref.org +++ b/org-ref.org @@ -452,7 +452,7 @@ label:test `((t (:inherit org-link :foreground ,org-ref-ref-color))) "Face for ref links in org-ref.") - +(global-hi-lock-mode 1) (when org-ref-colorize-links (highlight-regexp org-ref-cite-re 'org-ref-cite-face) (highlight-regexp org-ref-label-re 'org-ref-label-face)