Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pdee/pdee

Python Development Emacs Environment
https://github.com/pdee/pdee

Last synced: about 1 month ago
JSON representation

Python Development Emacs Environment

Awesome Lists containing this project

README

        

* python-mode comes with a folder "completion"

If Pymacs based auto-complete shall be used make sure the directory
is in your load-path. In case `Pymacs' was installed via ‘make’ on
your system, don't activate inlined one. Keep ‘py-load-pymacs-p’
nil.

Otherwise setting ‘py-load-pymacs-p’ to ‘t’ should enable a
company-based auto-completion - alongside with
‘py-company-pycomplete-p’.

* Troubeshooting
On systems which run Python3 as default
setting
export PYMACS_PYTHON=python2
was reported being useful.
Newer Pymacs should not need this.