summaryrefslogtreecommitdiff
path: root/helm-pkg.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2019-10-06 08:47:16 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2019-10-06 08:47:16 +0200
commit4572cd5bebd7d723e18362f00f9e0539f25f05d8 (patch)
tree2d5ac82b76e11324bc714e42665ca9cce7a07d85 /helm-pkg.el
parentdd3a498106c02096fded721eb85f609141525ce3 (diff)
Add helm-org as helm dependency (#2185)
* helm-pkg.el: Do it.
Diffstat (limited to 'helm-pkg.el')
-rw-r--r--helm-pkg.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/helm-pkg.el b/helm-pkg.el
index 6c5d7268..5b76e536 100644
--- a/helm-pkg.el
+++ b/helm-pkg.el
@@ -5,7 +5,8 @@
'((emacs "24.4")
(async "1.9.3")
(popup "0.5.3")
- (helm-core "3.0"))
+ (helm-core "3.0")
+ (helm-org "1.0"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables: