feature/lookup: fix lookup commands skipping to project text search
This commit is contained in:
parent
cf99f29ee0
commit
7579110534
2 changed files with 16 additions and 5 deletions
|
@ -33,12 +33,12 @@ produces an url. Used by `+lookup/online'.")
|
|||
(defvar +lookup-open-url-fn #'browse-url
|
||||
"Function to use to open search urls.")
|
||||
|
||||
(defvar +lookup-definition-functions '(xref-find-definitions)
|
||||
(defvar +lookup-definition-functions '(+lookup-xref-definitions)
|
||||
"Functions for `+lookup/definition' to try, before resorting to `dumb-jump'.
|
||||
Stops at the first function to return non-nil or change the current
|
||||
window/point.")
|
||||
|
||||
(defvar +lookup-references-functions '(xref-find-references)
|
||||
(defvar +lookup-references-functions '(+lookup-xref-references)
|
||||
"Functions for `+lookup/references' to try, before resorting to `dumb-jump'.
|
||||
Stops at the first function to return non-nil or change the current
|
||||
window/point.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue