diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 0068a42..84749fb 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -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