Skip to content

pythonic-emacs/isortify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)