mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
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:
parent
25555c9820
commit
3448e16973
1 changed files with 18 additions and 0 deletions
|
@ -38382,6 +38382,24 @@ (define-public emacs-project-x
|
||||||
across sessions.")
|
across sessions.")
|
||||||
(license license:gpl3+))))
|
(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
|
(define-public emacs-vcard-mode
|
||||||
;; Use the latest commit, as there are no tagged releases.
|
;; Use the latest commit, as there are no tagged releases.
|
||||||
(let ((commit "ab1a2885a5720d7fb02d9b6583ee908ba2260b78")
|
(let ((commit "ab1a2885a5720d7fb02d9b6583ee908ba2260b78")
|
||||||
|
|
Loading…
Reference in a new issue