From 0ca5eab56a756910b9603ce7eefbb88d1b1ade70 Mon Sep 17 00:00:00 2001 From: Vedang Manerikar Date: Sun, 22 Oct 2023 13:31:11 +0530 Subject: [PATCH] Add a recipe for denote-explore Denote Explore is a collection of functions to explore Denote files. It depends on Emacs Dashboard, which the previous commit adds. --- recipes/denote-explore.rcp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 recipes/denote-explore.rcp diff --git a/recipes/denote-explore.rcp b/recipes/denote-explore.rcp new file mode 100644 index 000000000..51af3d415 --- /dev/null +++ b/recipes/denote-explore.rcp @@ -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")