[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[NonGNU Elpa] New package: ETT
From: |
John Task |
Subject: |
[NonGNU Elpa] New package: ETT |
Date: |
Wed, 01 Mar 2023 14:46:18 -0300 |
Emacs Time Tracker (or short ETT) is a simple yet powerful time tracker
for Emacs. It's based on a minimalist plain text format.
Here is the patch:
>From 744f06be4a141e766a223e7c8532dd0e65a43e73 Mon Sep 17 00:00:00 2001
From: John Task <q01@disroot.org>
Date: Tue, 28 Feb 2023 17:18:16 -0300
Subject: [PATCH] New package
---
elpa-packages | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/elpa-packages b/elpa-packages
index a7f13ed520..a06c667bb4 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -154,6 +154,10 @@
:readme "README.md"
:ignored-files ("doc/demo.gif"))
+ (ett :url "https://gitlab.com/q01_code/ett.git"
+ :readme "README.org"
+ :ignored-files ("COPYING" "ETT.png"))
+
(evil :url "https://github.com/emacs-evil/evil"
:ignored-files ("COPYING" "lib" "scripts")
:doc "doc/build/texinfo/evil.texi")
--
2.30.2
--
Best regards.
- [NonGNU Elpa] New package: ETT,
John Task <=