A minimal emacs configuration for Python
To get everything working correctly,
- Install emacs, git, and Python.
pip install jedi epc pylint
git clone
this repository- Start emacs with
emacs -Q
(to not load your emacs' local initializations) - In emacs,
- Visit the file
init.el
- In that file, run
M-x eval-buffer
- Visit the file