unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#66561] [PATCH] gnu: Add emacs-poke-mode.
@ 2023-10-15 15:16 Bruno Victal
  2023-10-23 17:05 ` bug#66561: " Bruno Victal
  0 siblings, 1 reply; 2+ messages in thread
From: Bruno Victal @ 2023-10-15 15:16 UTC (permalink / raw)
  To: 66561
  Cc: Bruno Victal, Andrew Tropin, Katherine Cox-Buday,
	Liliana Marie Prikler

* 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(+)

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





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

* bug#66561: [PATCH] gnu: Add emacs-poke-mode.
  2023-10-15 15:16 [bug#66561] [PATCH] gnu: Add emacs-poke-mode Bruno Victal
@ 2023-10-23 17:05 ` Bruno Victal
  0 siblings, 0 replies; 2+ messages in thread
From: Bruno Victal @ 2023-10-23 17:05 UTC (permalink / raw)
  Cc: Ludovic Courtès, 66561-done

Added in 3448e169730a6d71836062f8c5680758da208836.

-- 
Thanks,
Bruno.




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

end of thread, other threads:[~2023-10-23 17:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-15 15:16 [bug#66561] [PATCH] gnu: Add emacs-poke-mode Bruno Victal
2023-10-23 17:05 ` bug#66561: " Bruno Victal

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).