diff --git a/modules/lang/python/config.el b/modules/lang/python/config.el index 8b9884899..f1d23d19e 100644 --- a/modules/lang/python/config.el +++ b/modules/lang/python/config.el @@ -288,7 +288,9 @@ (use-package! poetry :when (featurep! +poetry) - :after python) + :after python + :init + (add-hook 'python-mode-hook #'poetry-tracking-mode)) (use-package! cython-mode