]> git.donarmstrong.com Git - org-ref.git/commitdiff
spacing fixes
authorJohn Kitchin <jkitchin@andrew.cmu.edu>
Tue, 3 Mar 2015 21:49:23 +0000 (16:49 -0500)
committerJohn Kitchin <jkitchin@andrew.cmu.edu>
Tue, 3 Mar 2015 21:49:23 +0000 (16:49 -0500)
jmax-bibtex.el

index 481916716231fddad9e06a8882b3c0cedf988664..3e932dcf3a1e4224a916d7ed4e08f4280884f157 100644 (file)
@@ -468,8 +468,8 @@ _U_: Update entry _N_: Open notes             _R_: Crossref      _g_: Google Sch
    ("e" email-bibtex-entry)
    ("U" (doi-utils-update-bibtex-entry-from-doi (jmax-bibtex-entry-doi)))))
 
-;; A hydra for adding new bibtex entries.
 
+;; A hydra for adding new bibtex entries.
 (defhydra jmax-bibtex-new-entry (:color blue)
   "New Bibtex entry:"
   ("a" bibtex-Article "Article")
@@ -487,9 +487,6 @@ _U_: Update entry _N_: Open notes             _R_: Crossref      _g_: Google Sch
   ("c" bibtex-InCollection "Article in collection"))
 
 
-
-
-
 (defvar jmax-bibtex-menu-funcs '()
  "Functions to run in doi menu. Each entry is a list of (key menu-name function).
 The function must take one argument, the doi.")