[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51013] [PATCH] gnu: Add emacs-skempo.
From: |
Alexandr Vityazev |
Subject: |
[bug#51013] [PATCH] gnu: Add emacs-skempo. |
Date: |
Mon, 04 Oct 2021 15:17:56 +0000 |
* gnu/packages/emacs-xyz.scm (emacs-skempo): New variable.
---
gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e86982f663..f69701e1f3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3971,6 +3971,31 @@ strings.")
Stack Overflow, Super User, and other StackExchange sites.")
(license license:gpl3+))))
+(define-public emacs-skempo
+ (package
+ (name "emacs-skempo")
+ (version "0.1.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/xFA25E/skempo")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0na465f27p6n64sf0pj0aqdi384m1wy3hxcc2d6a67hs39rkyvi9"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-parent-mode" ,emacs-parent-mode)))
+ (home-page "https://github.com/xFA25E/skempo")
+ (synopsis "Enhancements for skeleton/tempo + abbrev")
+ (description
+ "This is an attempt to improve Emacs built-in skeleton and tempo
templates.
+It tries to make a unified syntax for template definitions. Adds tags and
+marks support for skeleton and abbrev support for tempo.")
+ (license license:gpl3+)))
+
(define-public emacs-toc-org
(package
(name "emacs-toc-org")
--
2.33.0
--
Alexandr Vityazev
- [bug#51013] [PATCH] gnu: Add emacs-skempo.,
Alexandr Vityazev <=