jacktasia / dumb-jump

an Emacs "jump to definition" package for 50+ languages
GNU General Public License v3.0
1.57k stars 150 forks source link

Use project.el to locate project roots #443

Open iostapyshyn opened 10 months ago

iostapyshyn commented 10 months ago

project.el received a revamp in Emacs 28 and has pretty much become the standard Emacs way to locate project roots. In particular, it detects VC projects out of the box, obsoleting dumb-jump-project-denoters.

For older versions of emacs without project-current, this PR falls back to dumb-jump-project-denoters and dumb-jump-default-project. However, dumb-jump-project, still takes precedence if set.