mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Merge pull request #4853 from daanturo/2021-03-30
Change poetry-tracking-strategy for performance
This commit is contained in:
@ -290,6 +290,7 @@
|
|||||||
:when (featurep! +poetry)
|
:when (featurep! +poetry)
|
||||||
:after python
|
:after python
|
||||||
:init
|
:init
|
||||||
|
(setq poetry-tracking-strategy 'switch-buffer)
|
||||||
(add-hook 'python-mode-hook #'poetry-tracking-mode))
|
(add-hook 'python-mode-hook #'poetry-tracking-mode))
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user