all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: 66630@debbugs.gnu.org
Subject: [bug#66630] [PATCH] gnu: Add emacs-pddl-mode.
Date: Thu, 19 Oct 2023 09:32:02 +0200	[thread overview]
Message-ID: <b33c0ed2817dc1d888c1aa1f40eff09dd79d59aa.1697700728.git.liliana.prikler@gmail.com> (raw)

* gnu/packages/emacs-xyz.scm (emacs-pddl-mode): New variable.
---
 gnu/packages/emacs-xyz.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7f55febfbb..38fa5636e4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -35813,6 +35813,26 @@ (define-public emacs-placeholder
 restore that occurrence of the placeholder and move to the next.")
       (license license:gpl3+))))
 
+(define-public emacs-pddl-mode
+  (package
+    (name "emacs-pddl-mode")
+    (version "0.100")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/emacsmirror/pddl-mode")
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1zq5a0sv8am1c1gxky80dsi39gqsgnwbasv3nw4993r3ccz180r8"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/emacsmirror/pddl-mode")
+    (synopsis "Emacs mode for PDDL files")
+    (description "This package provides a major mode for browsing and editing
+PDDL files with syntax highlighting, templates, auto-completion, and more.")
+    (license license:gpl2+)))
+
 (define-public emacs-plantuml-mode
   (package
     (name "emacs-plantuml-mode")

base-commit: 8d6b3dd0b863ccada887da8cd347727dd04cb456
prerequisite-patch-id: 2c53125d93acdbe9e68218b2015414f5435e7c92
prerequisite-patch-id: 7f882baad666ec2b35e466c9b97f85fb78a5d2f2
-- 
2.41.0





             reply	other threads:[~2023-10-19  7:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-19  7:32 Liliana Marie Prikler [this message]
2023-10-27 14:40 ` bug#66630: [PATCH] gnu: Add emacs-pddl-mode Liliana Marie Prikler

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

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

  git send-email \
    --in-reply-to=b33c0ed2817dc1d888c1aa1f40eff09dd79d59aa.1697700728.git.liliana.prikler@gmail.com \
    --to=liliana.prikler@gmail.com \
    --cc=66630@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.