Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 506 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 506 Bytes

MELPA

isortify

(automatically) format python buffers using isort

CI

💾 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)