dash-docs-el / helm-dash

Browse Dash docsets inside emacs
511 stars 59 forks source link

Add `helm-dash-ensure-docset-installed` #153

Closed sometimesfood closed 7 years ago

sometimesfood commented 7 years ago

This pull request adds a function called helm-dash-ensure-docset-installed (as well as a small helper called helm-dash-docset-installed-p), which can be used to ensure a docset is installed.

The function can be used like this:

(helm-dash-ensure-docset-installed "Ansible")

(See #152 for reference.)

kidd commented 7 years ago

cool thanks! now this feels much more use-package-y :)