Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 389 Bytes

File metadata and controls

12 lines (10 loc) · 389 Bytes

A minimal emacs configuration for Python

To get everything working correctly,

  1. Install emacs, git, and Python.
  2. pip install jedi epc pylint
  3. git clone this repository
  4. Start emacs with emacs -Q (to not load your emacs' local initializations)
  5. In emacs,
    1. Visit the file init.el
    2. In that file, run M-x eval-buffer