From 4af36e0dabcf0b6874717be06d25017d70393411 Mon Sep 17 00:00:00 2001 From: daanturo Date: Tue, 30 Mar 2021 17:00:00 +0700 Subject: [PATCH] Change poetry-tracking-strategy for performance. --- modules/lang/python/config.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/lang/python/config.el b/modules/lang/python/config.el index a091c7c0c..ccef1ea8f 100644 --- a/modules/lang/python/config.el +++ b/modules/lang/python/config.el @@ -290,6 +290,7 @@ :when (featurep! +poetry) :after python :init + (setq poetry-tracking-strategy 'switch-buffer) (add-hook 'python-mode-hook #'poetry-tracking-mode))