isortify (automatically) format python buffers using isort 💾 Quickstart To automatically format all Python buffers before saving, add the function isortify-mode to python-mode-hook: (add-hook 'python-mode-hook 'isortify-mode)