gnu: emacs-helm-lsp: Fix description.
* gnu/packages/emacs-xyz.scm (emacs-helm-lsp): Fix description.
This commit is contained in:
parent
8b0ac06a18
commit
9e9f6b3773
|
@ -16881,8 +16881,8 @@ workspaces with a LSP-compliant server running.")
|
||||||
(home-page "https://github.com/emacs-lsp/helm-lsp")
|
(home-page "https://github.com/emacs-lsp/helm-lsp")
|
||||||
(synopsis "Provide LSP-enhanced completion for symbols")
|
(synopsis "Provide LSP-enhanced completion for symbols")
|
||||||
(description
|
(description
|
||||||
"This package provides completion for symbols from workspaces with a
|
"This package enhances @code{helm} with completion for symbols from
|
||||||
LSP-compliant server running.")
|
workspaces with a LSP-compliant server running.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-helm-notmuch
|
(define-public emacs-helm-notmuch
|
||||||
|
|
Loading…
Reference in New Issue