tools/lookup: fix missing +lookup-symbol-or-region error
This commit is contained in:
parent
4002313e79
commit
1f88efeb82
3 changed files with 21 additions and 20 deletions
|
@ -85,7 +85,7 @@ Use `dash-docs-install-docset' to install docsets."
|
|||
(interactive)
|
||||
(require 'dash-docs)
|
||||
(let ((dash-docs-docsets (or docsets (dash-docs-buffer-local-docsets)))
|
||||
(query (or query (+lookup--symbol-or-region) "")))
|
||||
(query (or query (+lookup-symbol-or-region) "")))
|
||||
(cond ((featurep! :completion helm)
|
||||
(helm-dash query))
|
||||
((featurep! :completion ivy)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue