unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Niklas Eklund <niklas.eklund@posteo.net>
To: 53705@debbugs.gnu.org
Subject: [bug#53705] [PATCH] gnu: Add emacs-tempel
Date: Tue, 01 Feb 2022 17:51:25 +0000	[thread overview]
Message-ID: <8735l2fpb6.fsf@posteo.net> (raw)

[-- Attachment #1: Type: text/plain, Size: 60 bytes --]

Hello,

this patch adds the emacs-tempel package.

/Niklas


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: emacs-tempel --]
[-- Type: text/x-patch, Size: 1712 bytes --]

From b890556ed1a43968599caa55472766fbb8a50cd3 Mon Sep 17 00:00:00 2001
From: Niklas Eklund <niklas.eklund@posteo.net>
Date: Tue, 1 Feb 2022 18:49:29 +0100
Subject: [PATCH] gnu: Add emacs-tempel.

* gnu/packages/emacs-xyz.scm (emacs-tempel): 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 865c7c4172..b88302d967 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12939,6 +12939,31 @@ (define-public emacs-pretty-mode
      "Emacs minor mode for redisplaying parts of the buffer as pretty symbols.")
     (license license:gpl3+)))
 
+(define-public emacs-tempel
+  (package
+    (name "emacs-tempel")
+    (version "0.2")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/minad/tempel")
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "16972j2qq03q65qszgjjkzl52f79hk007kyi249wg1bqhvfa59b6"))))
+    (arguments
+     (list #:tests? #f))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/minad/tempel")
+    (synopsis "TempEl - Simple templates for Emacs")
+    (description
+     "Tempel is a tiny template package for Emacs, which uses the
+syntax of the Emacs Tempo library.  However Tempo may be a bit
+dusty here and there.  Therefore we present to you, Tempel, a
+modernized implementation of Tempo.")
+    (license license:gpl3+)))
+
 (define-public emacs-yasnippet
   (package
     (name "emacs-yasnippet")
-- 
2.32.0


             reply	other threads:[~2022-02-01 21:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-01 17:51 Niklas Eklund [this message]
2022-02-06 21:07 ` bug#53705: [PATCH] gnu: Add emacs-tempel Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8735l2fpb6.fsf@posteo.net \
    --to=niklas.eklund@posteo.net \
    --cc=53705@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).