Merge pull request #4853 from daanturo/2021-03-30

Change poetry-tracking-strategy for performance
This commit is contained in:
Henrik Lissner 2021-04-14 12:46:33 -04:00 committed by GitHub
commit 2af1dbb676
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -290,6 +290,7 @@
:when (featurep! +poetry)
:after python
:init
(setq poetry-tracking-strategy 'switch-buffer)
(add-hook 'python-mode-hook #'poetry-tracking-mode))