This commit is contained in:
Abraham Raji 2020-01-15 20:58:09 +05:30
parent 2eaef3eb1b
commit 2549fee97b
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@
(elpy-enable))
#+END_SRC
**** Black
Black is an opinionated pyton formatter. Install with =pip install black= so the command line tool is available.
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