From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 56788@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#56788] [PATCH] gnu: Add emacs-consult-lsp.
Date: Tue, 26 Jul 2022 18:44:11 -0500 [thread overview]
Message-ID: <20220726234411.5391-1-jgart@dismail.de> (raw)
* gnu/packages/emacs-xyz.scm (emacs-consult-lsp): New variable.
---
gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index fa72f6c480..5d94b01532 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -31924,6 +31924,29 @@ (define-public emacs-popon
can bind a popon to a specific buffer to only show on that buffer.")
(license license:gpl3+))))
+(define-public emacs-consult-lsp
+ (package
+ (name "emacs-consult-lsp")
+ (version "1.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/gagbo/consult-lsp")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "14dyclspkf1a34nvjj800ckz1phsizq07ps8k4x0ah6ik0hfhy1w"))))
+ (build-system emacs-build-system)
+ (propagated-inputs (list emacs-consult emacs-lsp-mode emacs-f))
+ (home-page "https://github.com/gagbo/consult-lsp/")
+ (synopsis "LSP-mode and consult helping each other")
+ (description
+"@code{emacs-consult-lsp} provides helpers for interactively selecting LSP
+workspace diagnostics, symbols, and file symbols from @{emacs-lsp-mode}
+by leveraging @code{emacs-consult} APIs.")
+ (license license:expat)))
+
(define-public emacs-bitbake-modes
(package
(name "emacs-bitbake-modes")
--
2.37.1
next reply other threads:[~2022-07-26 23:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-26 23:44 jgart via Guix-patches via [this message]
2022-08-25 10:25 ` bug#56788: [PATCH] gnu: Add emacs-consult-lsp Nicolas Goaziou
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220726234411.5391-1-jgart@dismail.de \
--to=guix-patches@gnu.org \
--cc=56788@debbugs.gnu.org \
--cc=jgart@dismail.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).