-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add helm-dash-set-apropriate-major-mode-docsets function
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))
- Loading branch information
Showing
1 changed file
with
93 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters