diff --git a/modules/lang/python/config.el b/modules/lang/python/config.el index e7c3a2908..1e993f3cd 100644 --- a/modules/lang/python/config.el +++ b/modules/lang/python/config.el @@ -7,7 +7,7 @@ "Command to initialize the jupyter REPL for `+python/open-jupyter-repl'.") (after! projectile - (pushnew! projectile-project-root-files "setup.py" "requirements.txt")) + (pushnew! projectile-project-root-files "pyproject.toml" "requirements.txt" "setup.py")) ;;