-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
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
Jumping to `defvar' in the same file in .el files #130
Comments
Your example works fine for me. Looks like your operating out of your home directory, or a directory with nothing to denote its project root (so it's defaulting to |
Incidentally, this package functions work fine on a C project, other things being equal. |
Thanks for the example. Your https://github.com/srustamo/rush-emacs/blob/master/.gitignore |
Thank you. |
I'm not so sure (and the docs are not clear on this) how calling
dumb-jump-go
in in an .el file behaves.Say, this is a a file:
Say, I'm on line 5, point is on
emacs-d
symbol and rundumb-jump-go
.What I get is (without .dumbjump and if the dir contains many files)
Took over 2s to find ’emacs-d’. Please install ag or rg, or add a .dumbjump file to ’/Users/xx3’ with path exclusions
.So, it looks like line 1 defvar is not found.
The text was updated successfully, but these errors were encountered: