Carsten Dominik <carsten.domi...@gmail.com> writes: > Is there a volunteer who would like to help creating a package for > constants.el? > I don't have experience creating packages....
Sure. It is extremely easy. See the attached. You just need to ask on emacs-devel to add it.
>From 20474fe5d48d94e2efe50fea6df4744d80051ea9 Mon Sep 17 00:00:00 2001 Message-ID: <20474fe5d48d94e2efe50fea6df4744d80051ea9.1723103048.git.yanta...@posteo.net> From: Ihor Radchenko <yanta...@posteo.net> Date: Thu, 8 Aug 2024 09:43:52 +0200 Subject: [PATCH] * elpa-packages (constants): New package --- elpa-packages | 2 ++ 1 file changed, 2 insertions(+) diff --git a/elpa-packages b/elpa-packages index 4cae4219d..cd6dec997 100644 --- a/elpa-packages +++ b/elpa-packages @@ -168,6 +168,8 @@ (company-statistics :url "https://github.com/company-mode/company-statistics") (compat :url "https://github.com/emacs-compat/compat" :doc "compat.texi") + (constants :url "https://github.com/cdominik/constants-for-Emacs" + :ignored-files ("Makefile")) (consult :url "https://github.com/minad/consult" :doc "README.org" :news "CHANGELOG.org" -- 2.45.2
-- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>