gnu: emacs-helm-lsp: Fix description.

* gnu/packages/emacs-xyz.scm (emacs-helm-lsp): Fix description.
This commit is contained in:
Brian Leung 2019-09-25 03:13:08 +02:00
parent 430ac9ccb4
commit c83d7e964d
No known key found for this signature in database
GPG key ID: 3ADC75F013D678F9

View file

@ -16695,10 +16695,10 @@ and code peeking.")
("emacs-lsp-mode" ,emacs-lsp-mode) ("emacs-lsp-mode" ,emacs-lsp-mode)
("emacs-dash" ,emacs-dash))) ("emacs-dash" ,emacs-dash)))
(home-page "https://github.com/emacs-lsp/helm-lsp") (home-page "https://github.com/emacs-lsp/helm-lsp")
(synopsis "Convert keyboard macros to Emacs Lisp") (synopsis "Provide LSP-enhanced completion for symbols")
(description (description
"This package displays keyboard macros or latest interactive commands "This package provides completion for symbols from workspaces with a
as Emacs Lisp.") LSP-compliant server running.")
(license license:gpl3+)))) (license license:gpl3+))))
(define-public emacs-helm-notmuch (define-public emacs-helm-notmuch