mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Enable poetry-tracking-mode
This commit is contained in:
@ -287,7 +287,9 @@
|
||||
|
||||
(use-package! poetry
|
||||
:when (featurep! +poetry)
|
||||
:after python)
|
||||
:after python
|
||||
:init
|
||||
(add-hook! 'python-mode-hook (poetry-tracking-mode +1)))
|
||||
|
||||
|
||||
(use-package! cython-mode
|
||||
|
Reference in New Issue
Block a user