diff --git a/modules/lang/python/config.el b/modules/lang/python/config.el index a091c7c0c..ccef1ea8f 100644 --- a/modules/lang/python/config.el +++ b/modules/lang/python/config.el @@ -290,6 +290,7 @@ :when (featurep! +poetry) :after python :init + (setq poetry-tracking-strategy 'switch-buffer) (add-hook 'python-mode-hook #'poetry-tracking-mode))