me
/
guix
Archived
1
0
Fork 0

gnu: Add emacs-wisp-mode.

* gnu/packages/emacs-xyz.scm (emacs-wisp-mode): New variable.
master
Ricardo Wurmus 2021-04-24 11:10:50 +02:00
parent 8b0ae1eb72
commit 4602f686e2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 21 additions and 0 deletions

View File

@ -27774,6 +27774,27 @@ commands. Additional optional enhancements can be provided externally by
complementary packages.") complementary packages.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-wisp-mode
(package
(name "emacs-wisp-mode")
(version "0.2.9")
(source
(origin
(method hg-fetch)
(uri (hg-reference
(url "https://hg.sr.ht/~arnebab/wisp")
(changeset (string-append "wisp-mode-" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1xdzyj3yqzvdg0vrllp9wi8cswpa89i0gmiz22a25brw4qy185ar"))))
(build-system emacs-build-system)
(home-page "https://www.draketo.de/software/wisp")
(synopsis "Syntax highlighting and indentation support for Wisp files")
(description
"This package provides @code{wisp-mode}, an Emacs major mode for Wisp
files, providing syntax highlighting and indentation rules.")
(license license:gpl3+)))
(define-public emacs-ivy-hydra (define-public emacs-ivy-hydra
(package (package
(name "emacs-ivy-hydra") (name "emacs-ivy-hydra")