[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [NonGNU ELPA] New package: latex-table-wizard
From: |
Enrico Flor |
Subject: |
Re: [NonGNU ELPA] New package: latex-table-wizard |
Date: |
Fri, 16 Dec 2022 23:36:02 +0000 |
"Philip Kaludercic" <philipk@posteo.net> writes:
>
> All I have been providing are a few optional suggestions and giving you
> information you might or might not know, you are the best judge of what
> you want the package to look like. If you say you want a
> "description.txt" file to contain a description of the package, that is
> absolutely fine. Another option is just a plain "README" file, without
> any extension. ELPA detects these by default, so the package
> specification wouldn't have to list it.
And I thank you for that! At the end I think if ELPA extracts the
readme for C-h P etc. from the Commentary section, that's all that is
needed. So I removed the :readme value altogether and leave it at the
Commentary, as you suggested.
signature.asc
Description: PGP signature
>From c58ee759cf92c4dca306f66d3415eb34732224cb Mon Sep 17 00:00:00 2001
From: Enrico Flor <nericoflor@gmail.com>
Date: Fri, 16 Dec 2022 18:28:26 -0500
Subject: [PATCH] latex-table-wizard added
---
elpa-packages | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/elpa-packages b/elpa-packages
index 8254411cb2..3e3579516e 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -78,7 +78,7 @@
)
(cdlatex :url "https://github.com/cdominik/cdlatex")
-
+
(cider :url "https://github.com/clojure-emacs/cider"
:ignored-files ("LICENSE" "doc" "logo" "refcard" "test")
:news "CHANGELOG.md")
@@ -117,7 +117,7 @@
:news "changelog.rst")
(dockerfile-mode :url "https://github.com/spotify/dockerfile-mode")
-
+
(dracula-theme :url "https://github.com/dracula/emacs"
:ignored-files ("INSTALL.md" "screenshot.png" "start_emacs_test.sh"
"test-profile.el"))
@@ -434,6 +434,10 @@
(kotlin-mode :url
"https://github.com/Emacs-Kotlin-Mode-Maintainers/kotlin-mode"
:ignored-files ("doc" "test" "Cask" "Makefile"))
+ (latex-table-wizard :url "https://github.com/enricoflor/latex-table-wizard"
+ :news "NEWS"
+ :doc "latex-table-wizard.texi")
+
(lorem-ipsum :url "https://github.com/jschaf/emacs-lorem-ipsum"
:readme "README.md")
--
2.38.1
publickey - enrico@eflor.net - ffbd1445.asc
Description: application/pgp-keys
signature.asc
Description: OpenPGP digital signature
Re: [NonGNU ELPA] New package: latex-table-wizard, Philip Kaludercic, 2022/12/17