Merge pull request #4146 from sei40kr/python-poetry-tracking-mode

Enable poetry-tracking-mode
This commit is contained in:
Henrik Lissner 2020-11-01 16:25:38 -05:00 committed by GitHub
commit fcdd238291
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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