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

Try to use zeal docsets path for linux users and guess the docsets to activate for a buffer. #133

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Bad-ptr
Copy link

@Bad-ptr Bad-ptr commented Jun 30, 2016

The defcustom helm-dash-mode-docsets-alist looks monstrous and maybe inaccurate).
But I think it could be useful.

This function sets the helm-dash-docsets for buffer by looking up
an appropriate list of docsets in the helm-dash-mode-docsets-alist.

The intended usage is as follows:
(with-eval-after-load "helm-dash-autoloads"
  (add-hook 'prog-mode-hook #'helm-dash-set-apropriate-major-mode-docsets)
  (add-hook 'conf-mode-hook #'helm-dash-set-apropriate-major-mode-docsets))
@vspinu
Copy link
Contributor

vspinu commented Oct 28, 2018

Any updates on this one? I think the first commit for searching Zeal docsets is non-controversial .

@kidd
Copy link
Member

kidd commented Oct 28, 2018

@vspinu you're right, I think the first commit could be merged in. For the rest of the PR, I don't think this should live inside the package but it belongs to user configurations.

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

3 participants