diff --git a/emacs/init.org b/emacs/init.org index c3579fc..2dec136 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -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