Skip to content
Snippets Groups Projects
Unverified Commit c83d7e96 authored by Brian Leung's avatar Brian Leung
Browse files

gnu: emacs-helm-lsp: Fix description.

* gnu/packages/emacs-xyz.scm (emacs-helm-lsp): Fix description.
parent 430ac9cc
No related branches found
No related tags found
No related merge requests found
......@@ -16695,10 +16695,10 @@ (define-public emacs-helm-lsp
("emacs-lsp-mode" ,emacs-lsp-mode)
("emacs-dash" ,emacs-dash)))
(home-page "https://github.com/emacs-lsp/helm-lsp")
(synopsis "Convert keyboard macros to Emacs Lisp")
(synopsis "Provide LSP-enhanced completion for symbols")
(description
"This package displays keyboard macros or latest interactive commands
as Emacs Lisp.")
"This package provides completion for symbols from workspaces with a
LSP-compliant server running.")
(license license:gpl3+))))
 
(define-public emacs-helm-notmuch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment