emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/org-present 64bbf11b76 11/47: Fix file header line for ELP


From: ELPA Syncer
Subject: [nongnu] elpa/org-present 64bbf11b76 11/47: Fix file header line for ELPA compatibility
Date: Sat, 8 Jan 2022 13:58:28 -0500 (EST)

branch: elpa/org-present
commit 64bbf11b765992fdbad6ead8cea5921e544b638a
Author: Steve Purcell <steve@sanityinc.com>
Commit: Steve Purcell <steve@sanityinc.com>

    Fix file header line for ELPA compatibility
---
 org-present.el | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/org-present.el b/org-present.el
index 8fc1768e8d..0afd3e66f5 100644
--- a/org-present.el
+++ b/org-present.el
@@ -1,7 +1,11 @@
-;; org-present.el -- Minimalist presentation minor-mode for Emacs org-mode.
+;;; org-present.el --- Minimalist presentation minor-mode for Emacs org-mode.
 ;; 
 ;; Copyright (C) 2012 by Ric Lister
 ;;
+;; Author: Ric Lister
+;; Package-Requires: ((org "7"))
+;; URL: https://github.com/rlister/org-present
+;;
 ;; This file is not part of GNU Emacs.
 ;;
 ;; This program is free software; you can redistribute it and/or
@@ -19,6 +23,11 @@
 ;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 ;; 02111-1307, USA.
 ;;
+;;; Commentary:
+;;
+;; This is meant to be an extremely minimalist presentation tool for
+;; Emacs org-mode.
+;;
 ;; Usage:
 ;;
 ;; Add the following to your emacs config:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]