all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#66630] [PATCH] gnu: Add emacs-pddl-mode.
@ 2023-10-19  7:32 Liliana Marie Prikler
  2023-10-27 14:40 ` bug#66630: " Liliana Marie Prikler
  0 siblings, 1 reply; 2+ messages in thread
From: Liliana Marie Prikler @ 2023-10-19  7:32 UTC (permalink / raw)
  To: 66630

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#66630: [PATCH] gnu: Add emacs-pddl-mode.
  2023-10-19  7:32 [bug#66630] [PATCH] gnu: Add emacs-pddl-mode Liliana Marie Prikler
@ 2023-10-27 14:40 ` Liliana Marie Prikler
  0 siblings, 0 replies; 2+ messages in thread
From: Liliana Marie Prikler @ 2023-10-27 14:40 UTC (permalink / raw)
  To: 66630-done

Am Donnerstag, dem 19.10.2023 um 09:32 +0200 schrieb Liliana Marie
Prikler:
> * gnu/packages/emacs-xyz.scm (emacs-pddl-mode): New variable.
> ---
Pushed.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-10-27 14:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-19  7:32 [bug#66630] [PATCH] gnu: Add emacs-pddl-mode Liliana Marie Prikler
2023-10-27 14:40 ` bug#66630: " Liliana Marie Prikler

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.