Change poetry-tracking-strategy for performance.

This commit is contained in:
daanturo 2021-03-30 17:00:00 +07:00
parent 5b3f52f5fb
commit 4af36e0dab

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