Add python-black.
This commit is contained in:
@@ -179,6 +179,12 @@
|
|||||||
:init
|
:init
|
||||||
(setenv "WORKON_HOME" "~/.cache/pypoetry/virtualenvs"))
|
(setenv "WORKON_HOME" "~/.cache/pypoetry/virtualenvs"))
|
||||||
|
|
||||||
|
(use-package python-black
|
||||||
|
:straight t
|
||||||
|
;; :demand t
|
||||||
|
:after python
|
||||||
|
:hook (python-mode . python-black-on-save-mode-enable-dwim))
|
||||||
|
|
||||||
;; Ivy related stuff
|
;; Ivy related stuff
|
||||||
(use-package ivy)
|
(use-package ivy)
|
||||||
(use-package ivy-bibtex
|
(use-package ivy-bibtex
|
||||||
|
|||||||
Reference in New Issue
Block a user