emacs-for-python
emacs-for-python copied to clipboard
Should probably move to el-get?
el-get seems to support a whole lot of packages and emacs-for-python can probably benefit from having an installer that keeps all the packages updated.
Advantage: simplified structure, epy has to include only customization and not packages. packages update by themselves
Disadvantages: packages become not easily patchable each time a package fail, epy fails. Less control and probably less stability
I would agree. It would be good if elget had a requires options so could choose component set that works.
ipython==some_version etc like requirements file.