gnu: emacs-markdown-preview: Fix synopsis.

* gnu/packages/emacs-xyz.scm (emacs-markdown-preview): Fix synopsis.
This commit is contained in:
Brian Leung 2019-10-14 16:53:41 -07:00
parent a7ba534ca6
commit 2254373ebd
No known key found for this signature in database
GPG key ID: 3ADC75F013D678F9

View file

@ -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+)))