emacs-orgmode
[Top][All Lists]
Advanced

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

Re: Should we move constants.el by Carsten Dominik to Org orphanage?


From: Ihor Radchenko
Subject: Re: Should we move constants.el by Carsten Dominik to Org orphanage?
Date: Thu, 08 Aug 2024 07:45:00 +0000

Carsten Dominik <carsten.dominik@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.yantar92@posteo.net>
From: Ihor Radchenko <yantar92@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>

reply via email to

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