From e01bdae6bd00a4b472fbaabce0d52be857bd8dc8 Mon Sep 17 00:00:00 2001 From: Adriean Khisbe Date: Thu, 19 Jun 2014 11:57:08 +0200 Subject: [PATCH] helm-dictionary recipe fix: add helm dependancy --- recipes/helm-dictionary.rcp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/helm-dictionary.rcp b/recipes/helm-dictionary.rcp index 54f6ce31..1cefa530 100644 --- a/recipes/helm-dictionary.rcp +++ b/recipes/helm-dictionary.rcp @@ -1,4 +1,5 @@ (:name helm-dictionary :description "Helm source for looking up dictionaries" :type github - :pkgname "emacs-helm/helm-dictionary") + :pkgname "emacs-helm/helm-dictionary" + :depends (helm))