dash-docs-el / helm-dash

Browse Dash docsets inside emacs
510 stars 59 forks source link

auto filter docs with current major mode #154

Closed amosbird closed 7 years ago

amosbird commented 7 years ago

When in rust mode, I'd like to only search for rust docs, however I get this

amosbird commented 7 years ago

Ok, the prefix doc source filter works, but it cannot contain a space. Emacs Lisp doesn't work.

kidd commented 7 years ago

Hi, you can use this to add docsets depending on the modes (while having some common ones). https://github.com/areina/helm-dash#buffer-local-docsets .

you can set-local the helm-dash-common-docsets variable and have complete control over what is available in each buffer.

amosbird commented 7 years ago

@kidd Thanks!