el-get/recipes/denote-explore.rcp
Vedang Manerikar c14b21ad37
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.
2024-05-26 11:13:34 +02:00

8 lines
260 B
Plaintext

(: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")