diff options
author | Brian Leung <leungbk@mailfence.com> | 2019-09-25 03:13:08 +0200 |
---|---|---|
committer | Brian Leung <leungbk@mailfence.com> | 2019-09-25 05:57:27 +0200 |
commit | c83d7e964d0328637b2e2023f7e39375baaef78f (patch) | |
tree | 437b2c7ec07ebbdafec25686830565bc63d829e4 /gnu | |
parent | 430ac9ccb43faacd24610d8dbdf8e6f070baaeb7 (diff) | |
download | guix-c83d7e964d0328637b2e2023f7e39375baaef78f.tar.gz |
gnu: emacs-helm-lsp: Fix description.
* gnu/packages/emacs-xyz.scm (emacs-helm-lsp): Fix description.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 21ce76d3d4..4ee53fbe88 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -16695,10 +16695,10 @@ and code peeking.") ("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 |