mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05: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 @@ (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")
|
||||
|
|
Loading…
Reference in a new issue