mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: Add emacs-muse.
* gnu/packages/emacs-xyz.scm (emacs-muse): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
aa93197e15
commit
854e28e0b8
1 changed files with 20 additions and 0 deletions
|
@ -13516,6 +13516,26 @@ (define-public emacs-el2org
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue