mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-08-12 08:51:30 +02:00
gnu: emacs-consult-eglot: Add extensions.
* gnu/packages/emacs-xyz.scm (emacs-consult-eglot)[propagated-inputs]: Add emacs-embark. [arguments]: #:include ’consult-eglot-embark. Change-Id: I5a61297342e666742667dc54c0a3e64ac50a19e9
This commit is contained in:
@@ -15394,8 +15394,12 @@ versions utilizing Consult's internal API.")
|
||||
"1xx5g4z4l0kanf2mh3f798gw8ydfzbx15wfyqrnhwhiljz796xis"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments (list #:tests? #f)) ; no tests
|
||||
(propagated-inputs (list emacs-consult emacs-eglot))
|
||||
(arguments
|
||||
(list
|
||||
#:tests? #f ;no tests
|
||||
#:include #~(cons "^extensions\\/consult-eglot-embark"
|
||||
%default-include)))
|
||||
(propagated-inputs (list emacs-consult emacs-eglot emacs-embark))
|
||||
(home-page "https://github.com/mohkale/consult-eglot")
|
||||
(synopsis "Consulting-read interface for eglot")
|
||||
(description "This package acts as a parallel of consult-lsp for eglot and
|
||||
|
||||
Reference in New Issue
Block a user