We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried the following elisp configuration for helm-dash. It does not seem to work.
(use-package helm-dash :hook (haskell-mode . (lambda () (setq-local helm-dash-docsets '("Haskell")))) (rust-mode . (lambda () (setq-local helm-dash-docsets '("Rust")))) (scala-mode . (lambda () (setq-local helm-dash-docsets '("Scala")))) (python-mode . (lambda () (setq-local helm-dash-docsets '("Python_3")))) (emacs-lisp-mode . (lambda () (setq-local helm-dash-docsets '("Emacs_lisp")))) (ruby-mode . (lambda () (setq-local helm-dash-docsets '("Ruby")))) )
I can confirm helm-dash-docsets is set by C-h v, which told me
helm-dash-docsets
C-h v
helm-dash-docsets’s value is ("Rust") Local in buffer lib.rs; globally void
Still, helm-dash-at-point did not work. It did work when I activate the docsets with helm-dash-activate-docset.
helm-dash-at-point
helm-dash-activate-docset
The text was updated successfully, but these errors were encountered:
The variable is now called dash-docs-docsets. Seemingly the package has been split into a helm-specific and a non-specific core part.
dash-docs-docsets
Sorry, something went wrong.
No branches or pull requests
I tried the following elisp configuration for helm-dash. It does not seem to work.
I can confirm
helm-dash-docsets
is set byC-h v
, which told meStill,
helm-dash-at-point
did not work. It did work when I activate the docsets withhelm-dash-activate-docset
.The text was updated successfully, but these errors were encountered: