gnu: Add emacs-consult-denote.

* gnu/packages/emacs-xyz.scm (emacs-consult-denote): New variable.

Change-Id: I9c65cfb3b9d3a3906a8492b9aa5d1dab04f39869
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Wilko Meyer 2024-07-20 23:18:31 +02:00 committed by Nicolas Goaziou
parent 7a2fc32ba2
commit 68ac2cccfb
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -12504,6 +12504,26 @@ (define-public emacs-consult-bibtex
completion using Consult.")
(license license:gpl3+))))
(define-public emacs-consult-denote
(package
(name "emacs-consult-denote")
(version "0.1.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/consult-denote-"
version ".tar"))
(sha256
(base32 "0yhf9fifas87rs4wdapszbpx1xqyq44izjq7vzpyvdlh5a5fhhx1"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-consult emacs-denote))
(home-page "https://github.com/protesilaos/consult-denote")
(synopsis "Consult interface for Denote")
(description
"Consult Denote provides commands to interact with Emacs Denote using
a Completing Read interface.")
(license license:gpl3+)))
(define-public emacs-consult-dir
(package
(name "emacs-consult-dir")