diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-08-15 08:40:53 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-08-22 16:49:18 +0200 |
| commit | b2f152ed365dda75b934d44cf2c13c946f72e9db (patch) | |
| tree | 579f5b4be91f79d4f689ea73d28493c7efe2b8c7 | |
| parent | 14f4d2f99e0640ca5a4e6710dbe7ac2a5da0d38b (diff) | |
gnu: Add emacs-consult-vulpea.
* gnu/packages/emacs-xyz.scm (emacs-consult-vulpea): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 0ab19cc59dd..682933c452f 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm | |||
| @@ -49281,6 +49281,30 @@ provides an emacs interface to perform recoll queries, and display its | |||
| 49281 | results, via @code{emacs-consult}.") | 49281 | results, via @code{emacs-consult}.") |
| 49282 | (license license:gpl3+))) | 49282 | (license license:gpl3+))) |
| 49283 | 49283 | ||
| 49284 | (define-public emacs-consult-vulpea | ||
| 49285 | (let ((commit "3effef56dedf3df80667eec4c319f3fc55f5b5db") | ||
| 49286 | (revision "0")) | ||
| 49287 | (package | ||
| 49288 | (name "emacs-consult-vulpea") | ||
| 49289 | (version (git-version "0.2.1" revision commit)) | ||
| 49290 | (source | ||
| 49291 | (origin | ||
| 49292 | (method git-fetch) | ||
| 49293 | (uri (git-reference | ||
| 49294 | (url "https://github.com/fabcontigiani/consult-vulpea") | ||
| 49295 | (commit commit))) | ||
| 49296 | (file-name (git-file-name name version)) | ||
| 49297 | (sha256 | ||
| 49298 | (base32 "1ysg5nzavsldvhzmmzr3gnc5n1z437bv72rgng49xicykbxnzx8n")))) | ||
| 49299 | (build-system emacs-build-system) | ||
| 49300 | (propagated-inputs (list emacs-consult emacs-vulpea)) | ||
| 49301 | (home-page "https://github.com/fabcontigiani/consult-vulpea") | ||
| 49302 | (synopsis "Emacs Consult interface to Vulpea") | ||
| 49303 | (description | ||
| 49304 | "@code{consult-vulpea} is a minor-mode integrating the Emacs Consult and | ||
| 49305 | Vulpea packages. It features live previews and consult-powered search commands.") | ||
| 49306 | (license license:gpl3+)))) | ||
| 49307 | |||
| 49284 | (define-public emacs-context-transient | 49308 | (define-public emacs-context-transient |
| 49285 | (package | 49309 | (package |
| 49286 | (name "emacs-context-transient") | 49310 | (name "emacs-context-transient") |
