* [bug#73348] [PATCH] Add emacs-eglot-booster package
@ 2024-09-19 0:22 Marcus Quincy
2024-10-15 7:17 ` bug#73348: " Nicolas Goaziou via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Marcus Quincy @ 2024-09-19 0:22 UTC (permalink / raw)
To: 73348
[-- Attachment #1: Type: text/plain, Size: 36 bytes --]
I added the eglot-booster package.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: emacs-eglot-booster patch --]
[-- Type: text/x-patch, Size: 1817 bytes --]
From d4c0af7a8f621365070517cb0550c74c3f0074f5 Mon Sep 17 00:00:00 2001
Message-ID: <d4c0af7a8f621365070517cb0550c74c3f0074f5.1726704705.git.mail@marcusquincy.org>
From: Marcus Quincy <mail@marcusquincy.org>
Date: Wed, 18 Sep 2024 18:11:32 -0600
Subject: [PATCH] gnu: Add emacs-eglot-booster.
* gnu/packages/emacs-xyz.scm (emacs-eglot-booster): New variable.
Change-Id: If1c12d136f901894e91a34941e5cbf22aac1510e
---
gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9138fefa6d..361a48ac04 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20730,6 +20730,30 @@ (define-public emacs-eglot-x
")
(license license:gpl3+))))
+(define-public emacs-eglot-booster
+ ;; Not tagged
+ (let ((commit "3f9159a8b7fe87e2f01280a2c4c98ca6dab49d13"))
+ (package
+ (name "emacs-eglot-booster")
+ (version "0.0.2")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/jdtsmith/eglot-booster")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1aq5fpfasgm5lz8hk476c1zqyj33m024nx8w9qv4qrg88y5mq5n9"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/jdtsmith/eglot-booster")
+ (synopsis "Configuration to use lsp-booster with Eglot")
+ (description
+ "This package adds configuration to simplify using
+@{emacs-lsp-booster} with @code{emacs-eglot}. It can be enabled with
+@code{eglot-booster-mode}.")
+ (license license:gpl3+))))
+
(define-public emacs-jabber
;; No releases available.
(let ((commit "e766d84b81d5df6abc30fcbbb94f7c8640ea54e2")
--
2.46.0
[-- Attachment #3: Type: text/plain, Size: 19 bytes --]
--
Marcus Quincy
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#73348: [PATCH] Add emacs-eglot-booster package
2024-09-19 0:22 [bug#73348] [PATCH] Add emacs-eglot-booster package Marcus Quincy
@ 2024-10-15 7:17 ` Nicolas Goaziou via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou via Guix-patches via @ 2024-10-15 7:17 UTC (permalink / raw)
To: Marcus Quincy; +Cc: 73348-done
Hello,
Marcus Quincy <mail@marcusquincy.org> writes:
> * gnu/packages/emacs-xyz.scm (emacs-eglot-booster): New variable.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-15 8:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-19 0:22 [bug#73348] [PATCH] Add emacs-eglot-booster package Marcus Quincy
2024-10-15 7:17 ` bug#73348: " Nicolas Goaziou via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.