Minor refactor

This commit is contained in:
Seong Yong-ju 2020-10-31 16:18:15 +09:00
parent 9baf656ff9
commit 17b6129d34

View file

@ -289,7 +289,7 @@
:when (featurep! +poetry)
:after python
:init
(add-hook! 'python-mode-hook (poetry-tracking-mode +1)))
(add-hook 'python-mode-hook #'poetry-tracking-mode))
(use-package! cython-mode