mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-01-01 14:51:37 -08:00
tweak(python): init poetry-tracking-mode sooner
This commit is contained in:
parent
13396d4acc
commit
49591fd5a0
1 changed files with 2 additions and 3 deletions
|
|
@ -219,9 +219,8 @@
|
|||
(use-package! poetry
|
||||
:when (modulep! +poetry)
|
||||
:after python
|
||||
:init
|
||||
(setq poetry-tracking-strategy 'switch-buffer)
|
||||
(add-hook 'python-mode-hook #'poetry-tracking-mode))
|
||||
:hook (doom-first-buffer . poetry-tracking-mode)
|
||||
:init (setq poetry-tracking-strategy 'switch-buffer))
|
||||
|
||||
|
||||
(use-package! cython-mode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue