Add a recipe for denote-explore (#2928)

Denote Explore is a collection of functions to explore Denote files.

It depends on Emacs Dashboard, which the previous commit adds.
This commit is contained in:
Vedang Manerikar 2024-05-26 14:43:34 +05:30 committed by GitHub
parent b2c9a1083f
commit c14b21ad37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,7 @@
(:name denote-explore
:description "A collection of functions to explore Denote files"
:type github
:pkgname "pprevos/denote-explore"
:load-path (".")
:depends (denote f emacs-dashboard)
:minimum-emacs-version "29.1")