diff --git a/modules/lang/python/config.el b/modules/lang/python/config.el index e1a339ede..820ae34c7 100644 --- a/modules/lang/python/config.el +++ b/modules/lang/python/config.el @@ -287,7 +287,9 @@ (use-package! poetry :when (featurep! +poetry) - :after python) + :after python + :init + (add-hook! 'python-mode-hook (poetry-tracking-mode +1))) (use-package! cython-mode