Enable poetry-tracking-mode

This commit is contained in:
Seong Yong-ju 2020-10-24 20:16:20 +09:00
parent adff1aa68d
commit 9baf656ff9

View file

@ -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