]> git.donarmstrong.com Git - org-ref.git/commitdiff
add global-hi-lock to avoid annoying warning
authorJohn Kitchin <jkitchin@andrew.cmu.edu>
Thu, 26 Feb 2015 01:20:38 +0000 (20:20 -0500)
committerJohn Kitchin <jkitchin@andrew.cmu.edu>
Thu, 26 Feb 2015 01:20:38 +0000 (20:20 -0500)
org-ref.org

index 4e5b5415ba5182f6302e86727a526cafb6d1319a..f0d94ec9c438e464a973331b2c3949f61b291e0a 100644 (file)
@@ -452,7 +452,7 @@ label:test
   `((t (:inherit org-link :foreground ,org-ref-ref-color)))
   "Face for ref links in org-ref.")
 
   `((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)
 (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)