Add python-black.

This commit is contained in:
Mateus Rodrigues
2023-02-22 14:05:32 +00:00
parent 0585a2ec7b
commit 56e42145d9

View File

@@ -179,7 +179,13 @@
:init
(setenv "WORKON_HOME" "~/.cache/pypoetry/virtualenvs"))
;;Ivy related stuff
(use-package python-black
:straight t
;; :demand t
:after python
:hook (python-mode . python-black-on-save-mode-enable-dwim))
;; Ivy related stuff
(use-package ivy)
(use-package ivy-bibtex
:straight t)