Handle projectless Python files gracefully

This commit is contained in:
Ohad Livne 2025-06-04 22:47:14 +03:00
parent 324681443d
commit 09089eb9d7
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D

View file

@ -221,7 +221,7 @@
"Set up the Python IDE in the current project."
(interactive)
(progn
(poetry-venv-workon)
(ignore-errors (poetry-venv-workon))
(eglot-ensure)))
(use-package python