Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add helm-dash support to use-package. #175

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

canatella
Copy link

Add a :dash keyword to the use-package macro. This way, a user can ensure that a
dash docset is installed and activated for a specific mode in its config:

(use-package ruby-mode
:dash (ruby-mode "Ruby_2" "Ruby_on_Rails_5"))

That code will call helm-dash-ensure-docset-installed for the Ruby_2 and Ruby_on_Rails_5 docsets. It will also setup a hook to ruby-mode to add those to the buffer local docsets.

Add a :dash keyword to the use-package macro. This way, a user can ensure that a
dash docset is installed and activated for a specific mode in its config:

 (use-package ruby-mode
   :dash (ruby-mode "Ruby_2" "Ruby_on_Rails_5"))
@jsmestad
Copy link

jsmestad commented Apr 6, 2019

This is a really great feature to keep your dash docset definitions organized. 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants