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

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