feature/lookup: fix docset lookup & setting; add doom-etc-dir/docsets to default paths
This commit is contained in:
parent
de730535a4
commit
e728e8d04f
2 changed files with 29 additions and 26 deletions
|
@ -145,9 +145,11 @@ Goes down a list of possible backends:
|
|||
(+lookup--jump-to :documentation identifier)))
|
||||
|
||||
((and (featurep! :feature lookup +docsets)
|
||||
(cl-find-if #'helm-dash-docset-installed-p
|
||||
(or (bound-and-true-p counsel-dash-docsets)
|
||||
(bound-and-true-p helm-dash-docsets))))
|
||||
(or (require 'counsel-dash nil t)
|
||||
(require 'helm-dash nil t))
|
||||
(or (bound-and-true-p counsel-dash-docsets)
|
||||
(bound-and-true-p helm-dash-docsets))
|
||||
(helm-dash-installed-docsets))
|
||||
(+lookup/in-docsets identifier))
|
||||
|
||||
((featurep! :feature lookup +devdocs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue