Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions dumb-jump.el
Original file line number Diff line number Diff line change
Expand Up @@ -2052,6 +2052,9 @@ for user to select. Filters PROJ path from files for display."
(expand-file-name
(or
dumb-jump-project
(when-let (((fboundp 'project-current))
(proj (project-current t (file-name-directory filepath))))
(project-root proj))
(locate-dominating-file filepath #'dumb-jump-get-config)
dumb-jump-default-project))))

Expand Down