Closed sometimesfood closed 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.
helm-dash-ensure-docset-installed
helm-dash-docset-installed-p
The function can be used like this:
(helm-dash-ensure-docset-installed "Ansible")
(See #152 for reference.)
cool thanks! now this feels much more use-package-y :)
This pull request adds a function called
helm-dash-ensure-docset-installed
(as well as a small helper calledhelm-dash-docset-installed-p
), which can be used to ensure a docset is installed.The function can be used like this:
(See #152 for reference.)