Add isort
This commit is contained in:
parent
c1d24bc66d
commit
d9a460f1a1
@ -1365,6 +1365,13 @@ Support pyvenv within Emacs:
|
||||
(pyvenv-deactivate))
|
||||
#+END_SRC
|
||||
|
||||
ISort is a Python utility to sort imports:
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package py-isort
|
||||
:commands (py-isort-buffer py-isort-buffer)
|
||||
:config (setq py-isort-options '("-m=3")))
|
||||
#+END_SRC
|
||||
|
||||
Pipenv is the Python standard dependency management/virtual environment tool. pipenv.el teaches Emacs its ways:
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package pipenv
|
||||
|
Loading…
Reference in New Issue
Block a user