Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pdee/pdee
- Owner: pdee
- License: gpl-3.0
- Created: 2011-11-04T17:12:29.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T10:56:08.000Z (3 months ago)
- Last Synced: 2024-09-12T22:55:44.689Z (3 months ago)
- Language: Emacs Lisp
- Homepage:
- Size: 18.5 MB
- Stars: 49
- Watchers: 6
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README-PYMACS.org
- Changelog: ChangeLog
- Contributing: CONTRIBUTING.md
- License: COPYING
Awesome Lists containing this project
- my-awesome-github-stars - pdee/pdee - Python Development Emacs Environment (Emacs Lisp)
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.