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

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

[nongnu] elpa/org-auto-tangle ff1a331e37 08/56: minor changes to satisfy


From: ELPA Syncer
Subject: [nongnu] elpa/org-auto-tangle ff1a331e37 08/56: minor changes to satisfy pkg-lint
Date: Mon, 6 Jun 2022 11:58:51 -0400 (EDT)

branch: elpa/org-auto-tangle
commit ff1a331e3739ebd1d2a31529b5a020080d0a165e
Author: lispy-dobby <yilkalargawworkneh@gmail.com>
Commit: lispy-dobby <yilkalargawworkneh@gmail.com>

    minor changes to satisfy pkg-lint
---
 org-auto-tangle.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/org-auto-tangle.el b/org-auto-tangle.el
index 80c20bb4e0..926cec00c1 100644
--- a/org-auto-tangle.el
+++ b/org-auto-tangle.el
@@ -1,8 +1,10 @@
-;;; org-auto-tangle --- Basically it automatically tangles an org file based 
on an org option
+;;; org-auto-tangle.el --- Automatically and Asynchronously tangles org files 
on save -*- lexical-binding: t; -*-
 
 ;; Author: Yilkal Argaw
 ;; URL: https://github.com/yilkalargaw/auto-tangle
 ;; Version: 0.0.1
+;; Keywords: outlines
+;; Package-Requires: ((emacs "24.1"))
 
 ;; This file is not part of GNU Emacs
 
@@ -34,8 +36,8 @@
 ;; OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 ;; SUCH DAMAGE.
 
-
 ;;; Commentary:
+
 ;; It is common to want to tangle org files everytime you save your changes,
 ;; especially for common tangled init files. So this program allows you to
 ;; do so using #+auto_tangle option in an org file. It also does so 
asynchronously



reply via email to

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