GNU bug report logs -
#66630
[PATCH] gnu: Add emacs-pddl-mode.
Previous Next
Full log
View this message in rfc822 format
* 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
This bug report was last modified 1 year and 268 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.