mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05: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 @@ (define-public emacs-markdown-preview-mode
|
|||
("emacs-web-server" ,emacs-web-server)))
|
||||
(arguments '(#:include '("\\.el$" "\\.html$")))
|
||||
(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
|
||||
files, and sends rendered Markdown to a web browser.")
|
||||
(license license:gpl3+)))
|
||||
|
|
Loading…
Reference in a new issue