https://github.com/andreacrotti/minimal-emacs-configuration
Minimal emacs configuration for Python
https://github.com/andreacrotti/minimal-emacs-configuration
Last synced: 9 months ago
JSON representation
Minimal emacs configuration for Python
- Host: GitHub
- URL: https://github.com/andreacrotti/minimal-emacs-configuration
- Owner: AndreaCrotti
- Created: 2013-07-04T15:14:05.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-08-11T16:50:37.000Z (over 8 years ago)
- Last Synced: 2025-04-13T12:12:06.245Z (9 months ago)
- Language: Emacs Lisp
- Size: 16.6 KB
- Stars: 58
- Watchers: 7
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A minimal emacs configuration for Python
========================================
To get everything working correctly,
1. Install emacs, git, and Python.
1. `pip install jedi epc pylint`
1. `git clone` this repository
1. Start emacs with `emacs -Q` (to *not* load your emacs' local initializations)
1. In emacs,
1. Visit the file `init.el`
1. In that file, run `M-x eval-buffer`