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

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

[elpa] externals/taxy bb1487b 3/6: Meta: taxy-magit-section as separate


From: ELPA Syncer
Subject: [elpa] externals/taxy bb1487b 3/6: Meta: taxy-magit-section as separate package
Date: Fri, 24 Sep 2021 02:57:27 -0400 (EDT)

branch: externals/taxy
commit bb1487b9eb4f1675a21b4b4dbf906d5c0d61bbeb
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>

    Meta: taxy-magit-section as separate package
---
 taxy-magit-section.el | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/taxy-magit-section.el b/taxy-magit-section.el
index a233dbf..85cf4fe 100644
--- a/taxy-magit-section.el
+++ b/taxy-magit-section.el
@@ -1,10 +1,13 @@
-;;; taxy-magit-section.el ---                        -*- lexical-binding: t; 
-*-
+;;; taxy-magit-section.el --- View Taxy structs in a Magit Section buffer  -*- 
lexical-binding: t; -*-
 
 ;; Copyright (C) 2021  Free Software Foundation, Inc.
 
 ;; Author: Adam Porter <adam@alphapapa.net>
 ;; Maintainer: Adam Porter <adam@alphapapa.net>
-;; Keywords:
+;; URL: https://github.com/alphapapa/taxy.el
+;; Version: 0.9-pre
+;; Package-Requires: ((emacs "26.3") (magit-section "3.2.1"))
+;; Keywords: lisp
 
 ;; 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
@@ -21,7 +24,10 @@
 
 ;;; Commentary:
 
-;;
+;; This library provides a way to view `taxy' structs in a
+;; column-based, `magit-section' buffer.  Columns are defined using
+;; simple top-level forms, and new columns may be easily defined by
+;; users in their configurations.
 
 ;;; Code:
 



reply via email to

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