Add blacken.

This commit is contained in:
Julien Palard 2018-07-25 10:27:21 +02:00
parent 165d36f539
commit a9172e2643
1 changed files with 2 additions and 1 deletions

3
.emacs
View File

@ -157,6 +157,7 @@
)
(add-hook 'python-mode-hook 'anaconda-mode)
(add-hook 'python-mode-hook 'blacken-mode)
(require 'company nil t)
(when (require 'company-etags nil t)
@ -211,7 +212,7 @@
'(frame-background-mode (quote dark))
'(package-selected-packages
(quote
(org python-mode python company-anaconda anaconda-mode flycheck-pycheckers flycheck company))))
(org python-mode blacken python company-anaconda anaconda-mode flycheck-pycheckers flycheck company))))
(custom-set-faces
;; custom-set-faces was added by Custom.