helm-dash and dash-docs recipes

This commit is contained in:
Alexander Goldstein 2021-02-02 20:46:00 -06:00
parent 215ff5e56c
commit eaadd49c2a
2 changed files with 6 additions and 2 deletions

4
recipes/dash-docs.rcp Normal file
View File

@ -0,0 +1,4 @@
(:name "dash-docs"
:description "This package provides an elisp interface to query and show documenation using Dash docsets."
:type github
:pkgname "dash-docs-el/dash-docs")

View File

@ -1,5 +1,5 @@
(:name "helm-dash"
:description "Browse Dash docsets inside emacs"
:depends helm
:depends (helm dash-docs)
:type github
:pkgname "areina/helm-dash")
:pkgname "dash-docs-el/helm-dash")