文件名称:py-isort.el:py-isort.el将isort集成到Emacs中
文件大小:21KB
文件格式:ZIP
更新时间:2024-05-22 21:08:01
EmacsLisp
py-isort.el 提供命令,这些命令使用外部isort工具整理当前缓冲区中的导入。 安装isort并下载py-isort $ pip install isort $ wget https://raw.githubusercontent.com/paetzke/py-isort.el/master/py-isort.el \ -O /your/path/py-isort.el 您还可以使用MELPA安装py-isort isort : M-x package-install RET py-isort RET 将before-save-hook添加到您的~/.emacs (add-to-list 'load-path " /your/path/ " ) (require 'py-isort) (add-hook 'before-save-hook 'py-is
【文件预览】:
py-isort.el-master
----.gitignore(10B)
----README.org(1KB)
----Makefile(184B)
----test-requirements.txt(18B)
----.travis.yml(85B)
----tests.sh(2KB)
----py-isort.el(6KB)
----.bumpversion.cfg(152B)
----LICENSE(34KB)
----tests()
--------04()
--------01()
--------05()
--------tests.el(65B)
--------02()
--------03()
----fetch-buftra.sh(544B)