From: John Kitchin <jkitchin@andrew.cmu.edu>
Date: Tue, 17 Mar 2015 22:45:00 +0000 (-0400)
Subject: shortened description
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=91014fe9da3996754cf62ffc6177f8813eb38bad;p=org-ref.git

shortened description

got rid of lexical variable at the top. I don't think I need it, it was inserted by auto-insert. moved Package-requires up with rest of package info.
---

diff --git a/doi-utils.el b/doi-utils.el
index 74c0045..abfa943 100644
--- a/doi-utils.el
+++ b/doi-utils.el
@@ -1,9 +1,11 @@
-;;; doi-utils.el --- DOI utilities for making bibtex entries and downloading PDFs  -*- lexical-binding: t; -*-
+;;; doi-utils.el --- DOI utilities for making bibtex entries
 
 ;; Copyright (C) 2015  John Kitchin
 
 ;; Author: John Kitchin <jkitchin@andrew.cmu.edu>
 ;; Keywords: convenience
+;; Version: 0.1
+;; Package-Requires: ((org-ref))
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
@@ -30,8 +32,6 @@
 ;; - doi-utils-add-bibtex-entry-from-region to add an entry from a highlighed doi to your default bibliography.
 ;; - doi-utils-update-bibtex-entry-from-doi with cursor in an entry to update its fields.
 
-;; Package-Requires: ((org-ref))
-
 (require 'json)
 
 ;;; Code: