guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Add emacs-muse.


From: guix-commits
Subject: branch master updated: gnu: Add emacs-muse.
Date: Sat, 03 Jul 2021 16:45:54 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 854e28e  gnu: Add emacs-muse.
854e28e is described below

commit 854e28e0b8e6d7d25e65fde2a7976f8f771bbc94
Author: Morgan Smith <Morgan.J.Smith@outlook.com>
AuthorDate: Sat Jul 3 09:35:33 2021 -0400

    gnu: Add emacs-muse.
    
    * gnu/packages/emacs-xyz.scm (emacs-muse): New variable.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/emacs-xyz.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 4bc1cd4..2dd51eb 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13516,6 +13516,26 @@ with CJK languages.")
 to org file, you can use this tool to write orgify commentary.")
     (license license:gpl2+)))
 
+(define-public emacs-muse
+  (package
+    (name "emacs-muse")
+    (version "3.20.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://elpa.gnu.org/packages/";
+                           "muse-" version ".tar"))
+       (sha256
+        (base32 "0g2ff6x45x2k5dnkp31sk3bjj92jyhhnar7l5hzn8vp22l0rv8wn"))))
+    (build-system emacs-build-system)
+    (home-page "https://www.gnu.org/software/emacs-muse";)
+    (synopsis "Authoring and publishing environment for Emacs")
+    (description
+     "Emacs Muse (also known as Muse) is an authoring and publishing
+environment for Emacs.  It simplifies the process of writing documents and
+publishing them to various output formats such as HTML, LaTeX, or PDF.")
+    (license license:gpl3+)))
+
 (define-public emacs-mustache
   (package
     (name "emacs-mustache")



reply via email to

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