]> git.donarmstrong.com Git - org-ref.git/commitdiff
spacing fix
authorJohn Kitchin <jkitchin@andrew.cmu.edu>
Thu, 26 Feb 2015 13:39:45 +0000 (08:39 -0500)
committerJohn Kitchin <jkitchin@andrew.cmu.edu>
Thu, 26 Feb 2015 13:39:45 +0000 (08:39 -0500)
org-ref.org

index 59d499784c5b0c1dd0309bf36ec060d5de31af74..e0ce7436c73dad8003305084649947cb302bab0a 100644 (file)
@@ -452,6 +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.")
 
+
 (defun org-ref-colorize-links ()
   "Colorize org-ref links."
   (hi-lock-mode 1)
 (defun org-ref-colorize-links ()
   "Colorize org-ref links."
   (hi-lock-mode 1)
@@ -459,6 +460,7 @@ label:test
   (highlight-regexp org-ref-label-re 'org-ref-label-face)
   (highlight-regexp org-ref-ref-re 'org-ref-ref-face))
 
   (highlight-regexp org-ref-label-re 'org-ref-label-face)
   (highlight-regexp org-ref-ref-re 'org-ref-ref-face))
 
+
 (when org-ref-colorize-links
   (add-hook 'org-mode-hook 'org-ref-colorize-links))
 #+END_SRC
 (when org-ref-colorize-links
   (add-hook 'org-mode-hook 'org-ref-colorize-links))
 #+END_SRC