mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
7a2fc32ba2
commit
68ac2cccfb
1 changed files with 20 additions and 0 deletions
|
@ -12504,6 +12504,26 @@ list of candidates.")
|
||||||
completion using Consult.")
|
completion using Consult.")
|
||||||
(license license:gpl3+))))
|
(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
|
(define-public emacs-consult-dir
|
||||||
(package
|
(package
|
||||||
(name "emacs-consult-dir")
|
(name "emacs-consult-dir")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue