added black

This commit is contained in:
Abraham Raji 2020-01-15 20:52:41 +05:30
parent 5b280b1ca1
commit c1eaac64e5
1 changed files with 5 additions and 0 deletions

View File

@ -14,3 +14,8 @@
:config
(elpy-enable))
#+END_SRC
**** Black
Black is an opinionated pyton formatter. Install with =pip install black= so the command line tool is available.
#+BEGIN_SRC emacs-lisp
(use-package blacken)
#+END_SRC