From: John Kitchin Date: Tue, 3 Mar 2015 21:49:23 +0000 (-0500) Subject: spacing fixes X-Git-Url: https://git.donarmstrong.com/?p=org-ref.git;a=commitdiff_plain;h=76ef70aebe633f11444a59d89258dd6b52d7ffb5;ds=sidebyside spacing fixes --- diff --git a/jmax-bibtex.el b/jmax-bibtex.el index 4819167..3e932dc 100644 --- a/jmax-bibtex.el +++ b/jmax-bibtex.el @@ -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.")