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

Support multiple docsets #27

Merged
merged 2 commits into from Oct 28, 2016
Merged

Support multiple docsets #27

merged 2 commits into from Oct 28, 2016

Conversation

syohex
Copy link
Contributor

@syohex syohex commented Oct 12, 2016

This is related to #14. This PR lets zeal-at-point support multiple docset. If docset variable(zeal-at-point-docset) is list of string, then zeal-at-point searches query from multiple docset with dash-plugin scheme.

(add-to-list 'zeal-at-point-mode-alist '(python-mode . ("python" "django")))

(add-hook 'go-mode-hook (lambda ()
                          (setq zeal-at-point-docset '("go" "javascript"))))

@syohex syohex changed the title [WIP] Support multiple docsets Support multiple docsets Oct 15, 2016
@jinzhu jinzhu merged commit 2ca9f10 into jinzhu:master Oct 28, 2016
@jinzhu
Copy link
Owner

jinzhu commented Oct 28, 2016

Thank you for your PR

@syohex syohex deleted the new-scheme branch October 28, 2016 08:14
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