[PATCH] gnu: Add emacs-poke-mode.

  • Done
  • quality assurance status badge
Details
One participant
  • Bruno Victal
Owner
unassigned
Submitted by
Bruno Victal
Severity
normal
B
B
Bruno Victal wrote on 15 Oct 2023 17:16
(address . guix-patches@gnu.org)(name . Bruno Victal)(address . mirai@makinata.eu)
ee1180714ea4967f1912220c338bfd3b6a92fb58.1697382997.git.mirai@makinata.eu
* gnu/packages/emacs-xyz.scm (emacs-poke-mode): New variable.

Copyright-paperwork-exempt: Yes
---
gnu/packages/emacs-xyz.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)

Toggle diff (33 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index bb8c25f9b5..8c8f158a32 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -38262,6 +38262,24 @@ (define-public emacs-project-x
across sessions.")
(license license:gpl3+))))
+(define-public emacs-poke-mode
+ (package
+ (name "emacs-poke-mode")
+ (version "3.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://elpa.gnu.org/packages/poke-mode-" version
+ ".tar"))
+ (sha256
+ (base32 "1lirhws5d8l16qs5ddrvvz0f9xfl004q9yp333pdgsmcpk3ww7sr"))))
+ (build-system emacs-build-system)
+ (home-page "https://elpa.gnu.org/packages/poke-mode.html")
+ (synopsis "Major mode for editing GNU poke programs")
+ (description
+ "This package provides a major mode for editing GNU poke programs.")
+ (license license:gpl3+)))
+
(define-public emacs-vcard-mode
;; Use the latest commit, as there are no tagged releases.
(let ((commit "ab1a2885a5720d7fb02d9b6583ee908ba2260b78")

base-commit: a0d2ecde943bd1854ddbb7c0cad35a1fc64dc5ab
--
2.41.0
B
B
Bruno Victal wrote on 23 Oct 2023 19:05
87bkcpl168.fsf@makinata.eu
Added in 3448e169730a6d71836062f8c5680758da208836.

--
Thanks,
Bruno.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 66561@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 66561
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch