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>
This commit is contained in:
Bruno Victal 2023-10-15 16:16:37 +01:00 committed by Ludovic Courtès
parent 25555c9820
commit 3448e16973
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 18 additions and 0 deletions

View File

@ -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")