From 95a47ced30c0796c53014686eee2c2ca9963fa2c Mon Sep 17 00:00:00 2001 From: Vedang Manerikar Date: Sun, 5 Dec 2021 18:31:43 +0530 Subject: [PATCH] Update org-brain recipe to depend on org-contrib --- recipes/org-brain.rcp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-brain.rcp b/recipes/org-brain.rcp index 95234e59..e85fed6a 100644 --- a/recipes/org-brain.rcp +++ b/recipes/org-brain.rcp @@ -1,5 +1,5 @@ (:name org-brain :description "Org-mode wiki + concept-mapping." :type github - :depends (org-mode org-ql helm-org) + :depends (org-mode org-ql org-contrib helm-org) :pkgname "Kungsgeten/org-brain")