guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/07: gnu: Add emacs-poke-mode.


From: guix-commits
Subject: 06/07: gnu: Add emacs-poke-mode.
Date: Sat, 21 Oct 2023 10:13:38 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 3448e169730a6d71836062f8c5680758da208836
Author: Bruno Victal <mirai@makinata.eu>
AuthorDate: Sun Oct 15 16:16:37 2023 +0100

    gnu: Add emacs-poke-mode.
    
    * gnu/packages/emacs-xyz.scm (emacs-poke-mode): New variable.
    
    Copyright-paperwork-exempt: Yes
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 585821652f..e996b4100b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -38382,6 +38382,24 @@ In particular, it saves and restores project files and 
window configurations
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]