From 91014fe9da3996754cf62ffc6177f8813eb38bad Mon Sep 17 00:00:00 2001 From: John Kitchin Date: Tue, 17 Mar 2015 18:45:00 -0400 Subject: [PATCH] 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. --- doi-utils.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ;; 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: -- 2.39.2