mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-markdown-preview: Fix synopsis.
* gnu/packages/emacs-xyz.scm (emacs-markdown-preview): Fix synopsis.
This commit is contained in:
parent
a7ba534ca6
commit
2254373ebd
1 changed files with 1 additions and 1 deletions
|
@ -18052,7 +18052,7 @@ url-encoded parameters, as well as web sockets.")
|
||||||
("emacs-web-server" ,emacs-web-server)))
|
("emacs-web-server" ,emacs-web-server)))
|
||||||
(arguments '(#:include '("\\.el$" "\\.html$")))
|
(arguments '(#:include '("\\.el$" "\\.html$")))
|
||||||
(home-page "https://github.com/ancane/markdown-preview-mode")
|
(home-page "https://github.com/ancane/markdown-preview-mode")
|
||||||
(synopsis "Live web development in Emacs")
|
(synopsis "Preview Markdown files")
|
||||||
(description "This package provides a minor mode for preview of Markdown
|
(description "This package provides a minor mode for preview of Markdown
|
||||||
files, and sends rendered Markdown to a web browser.")
|
files, and sends rendered Markdown to a web browser.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue