helm-dictionary recipe fix: add helm dependancy

This commit is contained in:
Adriean Khisbe 2014-06-19 11:57:08 +02:00
parent 57fbfc61a8
commit e01bdae6bd

View File

@ -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))