Merge pull request #4146 from sei40kr/python-poetry-tracking-mode
Enable poetry-tracking-mode
This commit is contained in:
commit
fcdd238291
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue