[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: Add emacs-wisp-mode.
From: |
guix-commits |
Subject: |
branch master updated: gnu: Add emacs-wisp-mode. |
Date: |
Sat, 24 Apr 2021 05:12:09 -0400 |
This is an automated email from the git hooks/post-receive script.
rekado pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 4602f68 gnu: Add emacs-wisp-mode.
4602f68 is described below
commit 4602f686e21eb9fef3b29978fb324f561f2a8533
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Apr 24 11:10:50 2021 +0200
gnu: Add emacs-wisp-mode.
* gnu/packages/emacs-xyz.scm (emacs-wisp-mode): New variable.
---
gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5d1f587..f765bef 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27774,6 +27774,27 @@ commands. Additional optional enhancements can be
provided externally by
complementary packages.")
(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
(package
(name "emacs-ivy-hydra")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: Add emacs-wisp-mode.,
guix-commits <=