Skip to content

Commit

Permalink
Add a recipe for denote-explore (#2928)
Browse files Browse the repository at this point in the history
Denote Explore is a collection of functions to explore Denote files.

It depends on Emacs Dashboard, which the previous commit adds.
  • Loading branch information
vedang committed May 26, 2024
1 parent b2c9a10 commit c14b21a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions recipes/denote-explore.rcp
Original file line number Diff line number Diff line change
@@ -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")

0 comments on commit c14b21a

Please sign in to comment.